[symfony-users] Re: sfForm - add more option

2008-12-20 Thread Junho
I think I found it. http://www.symfony-project.org/snippets/ Please tell me if it's not the one. Sorry to confuse you. Please excuse. it's my first week with Symfony. On Dec 21, 9:49 am, Junho wrote: > Hello, > > I've been searching that example, and looking forward to the post. > Where do you

[symfony-users] Re: sfForm - add more option

2008-12-20 Thread Junho
Hello, I've been searching that example, and looking forward to the post. Where do you mean by symfony-project.org? There are so many places, forum, wiki, blogs... Is there any feed URL so that I can be noticed in this community page? http://www.symfony-project.org/community On Dec 16, 3:35 pm,

[symfony-users] 1.2.1 upgrade problem

2008-12-20 Thread Socketwiz
I followed the directions here: http://www.symfony-project.org/installation/1_2/upgrade#Upgrade%20to%201.2%20final to upgrade my Symfony v1.1 install to 1.2. Everything went well until I started upgrading projects that were working under 1.1. I did the following: -php symfony project:upgrade1.2

[symfony-users] Re: Routing problem

2008-12-20 Thread Kostrowsky
For all people interested in this issue: The darn virtual host directive contained a «Multiviews» option in its directory subdirective. Got rid of it: bingo! 3 days of idleness NameVirtualHost 127.0.0.1 ServerName localhost DocumentRoot C:\yadiyada Op

[symfony-users] Jobs Opening

2008-12-20 Thread Green Pikes
Our client a reputed construction company have some vacancies available in their different offices: A) Computers - 1) Software Developer 2) Database Developer 3) Network Technician B) Construction --- 1) Civil Engineer 2) Site Supervisor C) Accounts -

[symfony-users] Re: set 'required' messages form all widgets..

2008-12-20 Thread Bernhard Schussek
Not as far as I know. Bernhard --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email t

[symfony-users] Re: set 'required' messages form all widgets..

2008-12-20 Thread zero0x
Hm, that looks like a good solution.. But isn't there a method, that would change it for all at once? On 20. Dec., 13:56 h., "Bernhard Schussek" wrote: > Hi, > > You could try (in YourForm::configure()) > > foreach ($this as $fieldname => $field) > { >   $this->validatorSchema[$fieldname]->setMe

[symfony-users] Re: sfManagerPlugin teaser: build a CMS on top of your symfony application

2008-12-20 Thread Vit228
Go on dude :) it looks interesting. SF 1.2 + Propel based CMS? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe

[symfony-users] Re: set 'required' messages form all widgets..

2008-12-20 Thread Bernhard Schussek
Hi, You could try (in YourForm::configure()) foreach ($this as $fieldname => $field) { $this->validatorSchema[$fieldname]->setMessage('required', 'This field is required.'); } I would like to opt for a better default error message for required and invalid fields. 'Required.' and 'Invalid.' re

[symfony-users] set 'required' messages form all widgets..

2008-12-20 Thread zero0x
hey.. how to I $this->validatorSchema['item']->setMessages(array ('required'=>'This is required')); for all items. ??? Thank you guys very much. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group.

[symfony-users] Sf1.2 and setDefault .. on page refresh the value doesnt get reset.. is this a browser issue?

2008-12-20 Thread Jesse
OK so here is the problem.. I have a simple country / state selector .. $this->setWidget('state_id', new sfWidgetFormDoctrineSelect(array( 'model' => 'State', 'query' => Doctrine_Query::create()->from('State')->where ('country_id =

[symfony-users] Re: Help symfony newbie

2008-12-20 Thread Bernhard Schussek
Hi Calvin, On Sat, Dec 20, 2008 at 2:11 AM, Calvin wrote: > I am using Ubuntu as you might have noticed and the version I'm using > has PHP 5.2.3 as the latest package. The minimum requirement for symfony 1.2 is PHP >= 5.2, so that should work, shouldn't it? I recommend adding the medibuntu r

[symfony-users] Re: SfDT - Symfony Eclipse Plugin

2008-12-20 Thread Bernhard Schussek
Hi Sven, Any chance that this plugin works with Eclipse 3.4/PDT 2.0? I would really like to try it. What features do you plan to work on next? Bernhard --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony use

[symfony-users] Re: SfDT - Symfony Eclipse Plugin

2008-12-20 Thread Dmitry Nesteruk
Great work, thanks 2008/12/20 cokker > > Hi list > > Some of you might already know that I'm working on a symfony eclipse > plugin. See here: http://www.symfony-project.org/forum/index.php/t/16664/ > > Today I released the last new version for this year. I added a launch > configuration inspired

[symfony-users] SfDT - Symfony Eclipse Plugin

2008-12-20 Thread cokker
Hi list Some of you might already know that I'm working on a symfony eclipse plugin. See here: http://www.symfony-project.org/forum/index.php/t/16664/ Today I released the last new version for this year. I added a launch configuration inspired by this post: http://groups.google.com/group/symfo

[symfony-users] Re: Help symfony newbie

2008-12-20 Thread Lee Bolding
I'm gonna start sounding like a broken record, but try installing the sfErrorHandlerPlugin here : http://www.symfony-project.org/plugins/sfErrorHandlerPlugin Then access your dev controller. Your white screens will be magically replaced with a helpful error message telling you exactly what w