[symfony-users] PDO Connection Error

2010-10-08 Thread golan
Hi, I've been working with jobeet since a couple of weeks and yesterday i covered Day: 8 The Unit Test and Day 9: The Functional Test. After a while I got the tests to work successfully without any error, every thing was ok. Yesterday i made also some pending updates to my mac OS (10.6) . Today i

[symfony-users] Re: How to Have Core and Advanced Versions with Symfony

2010-10-08 Thread Tyler.Williams
Hi Gareth, Thanks for the reply. Actually what we want is different from what you have suggested. We want to distribute two different products. The Core for a normal price and the Advanced for a higher price. And also we want to develop these two products separately and whenever we need to

Re: [symfony-users] sfWidgetFormInputHidden default value

2010-10-08 Thread Christian
imo, u dont want to set date_created as hidden field. unset this field in your form and set this object attribute if u save this new object. $myObject-setDateCreated(new DateTime()); $myObject-save(); Am 08.10.2010 00:04, schrieb Manu SW: Hi again, I am back with another problem in the same

[symfony-users] generelize the parameter verification of routing file

2010-10-08 Thread Shihab KB
Dear friends, Please find one my routing entry. # Get contents of qa page by page api_qa_get_qa_by_id: url: /:servicetype/:ver/:lang/:usertoken/:contentid/ qacontent.:sf_format class: sfDoctrineRoute param: { module: qa, action: qabycategory, sf_format: json } options: { model:

Re: [symfony-users] Organizing modules

2010-10-08 Thread Gareth McCumskey
Why the concern about the number of modules? It doesn't really make a difference. However, if you feel it is too much, perhaps you are trying to break too much down into seperate modules? Personally I see modules as my Main Menu Options. On my application page what menu options do I have at the

Re: [symfony-users] sfWidgetFormInputHidden default value

2010-10-08 Thread Gareth McCumskey
symfony's schema can create be used to automate this for you. In your schem.yml just create a null-value created_at field: table_name: field1: { ... } field2: { } created_at: ~ symfony will automatically add the date into the created_at field of your table everytime a record is

Re: [symfony-users] Clear cache in action

2010-10-08 Thread Damien Alexandre
For this kind of question, make sure to search in the documentation : http://www.symfony-project.org/jobeet/1_4/Doctrine/en/21#chapter_21_removing_the_cache_cache_removal And / Or in the snippets : http://snippets.symfony-project.org/snippets/tagged/cache+clear/order_by/date

[symfony-users] voiturelib.com cherche directeur tec hnique associé, dév sous symfony

2010-10-08 Thread voiturelib
Voiturelib.com propose une plate-forme de location de voitures entre particuliers Le service décolle bien depuis son lancement en juin 2010 : presse enthousiaste, vraie utilisation, levée de fonds en cours. Je suis le fondateur et ai besoin d'un co-fondateur directeur technique pour assurer tous

Re: [symfony-users] PDO Connection Error

2010-10-08 Thread Manu SW
golan wrote, On 10/7/10 9:10 PM: Hi, I've been working with jobeet since a couple of weeks and yesterday i covered Day: 8 The Unit Test and Day 9: The Functional Test. After a while I got the tests to work successfully without any error, every thing was ok. Yesterday i made also some pending

Re: [symfony-users] Symfony2: ChoiceField() and Entities

2010-10-08 Thread Bernhard Schussek
Hi Dennis, I suppose $system-host is meant to contain a Doctrine proxy object? Bernhard -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups symfony users group.

[symfony-users] Re: Error installing plugin

2010-10-08 Thread demispb
I solve the problem after read this blog: http://www.prettyscripts.com/framework/symfony/symfony-plugin-install-and-uninstall-manually thanks anyway PB On Oct 7, 3:16 pm, demispb demi...@gmail.com wrote: I receive this the error when i trying to install a plugin, i add the pear channel on my

Re: [symfony-users] sfWidgetFormInputHidden default value

2010-10-08 Thread Manu SW
Hi ! Thanks a lot for your help. Replying below ... Gareth McCumskey wrote, On 10/8/10 8:45 AM: symfony's schema can create be used to automate this for you. In your schem.yml just create a null-value created_at field: table_name: field1: { ... } field2: { } created_at: ~

Re: [symfony-users] SF2 : Add a property constraint to an object, who depends of another property of this object

2010-10-08 Thread Bernhard Schussek
Hi, Simply create a new custom method and annotate it with an AssertTrue validator: private function isValueBelowMaxLimit() { return $this-value $this-maxLimit; } Bernhard -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You

[symfony-users] Re: PDO Connection Error

2010-10-08 Thread webdev_aw_ucsb
MAMP is self contained -- nothing you do to OSX will change it's settings. That said -- when you create projects in Symfony the symfony executable in your webapp under /vendor/data/bin/symfony will look for: /usr/bin/env php which is NOT MAMPs copy of PHP found at /Applications/MAMP/bin/php5/

[symfony-users] Re: generelize the parameter verification of routing file

2010-10-08 Thread Richtermeister
You could use the requirements of the route to verify that a valid version is supplied. Of course that would be limited to a regex, but if that's enough, that's where it would go. Next best option is to create your own route class and customize things there. Daniel On Oct 8, 4:21 am, Shihab KB

[symfony-users] Re: A simple private messaging system plugin [does it exists ?]

2010-10-08 Thread Tristan
Nobody ? ='( -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com 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

Re: [symfony-users] Re: A simple private messaging system plugin [does it exists ?]

2010-10-08 Thread Social It
How about integrating phpBB3 into sfDoctrineGuardPlugin? It should be easy enough. Try googling phpbb3 external login. There's about 20 lines of code that let's you get the login information after someone has logged into phpBB3. Then add that to symfony and you get PMs plus forums. On Sat, Oct 9,

[symfony-users] [Symfony 2] Form, FileField and boundWithExtraFields error

2010-10-08 Thread Gustavo Adrian
Hi, I've just started a simple project with Symfony 2 for learning purposes (with Sandbox PR3). I've created a simple form with a TextField and a FileField. I've setup the validations on my entity. The errors on the fields appear fine but even if I submit with correct values an error message