Re[2]: [symfony-users] Synfony 1.4: sfDoctrineGuard i18n

2011-03-30 Thread Ramunas
Try to set 'i18n' option to TRUE in your settings.yml if not set. See this reference for details: http://www.symfonyreference.com/settings-yml -- http://www.symfonyreference.com - Symfony Configuration Reference (schema.yml, databases.yml, settings.yml, etc..) 2011.03.30 Wednesday, March 30,

Re: [symfony-users] How to hide the label of the object actions in the backend list?

2011-01-14 Thread Ramunas
Well, this one was sufficient for me: object_actions: _delete: {label: ' '} But if this works not ok for you, then you can consider to overwrite the template. -- http://www.symfonyreference.com - Symfony Configuration Reference (schema.yml, databases.yml, settings.yml, etc

Re: [symfony-users] Issue with schema.yml

2011-01-12 Thread Ramunas
Title: Re: [symfony-users] Issue with schema.yml You must set use_native_enum attribute to true in your databases.yml See http://www.symfonyreference.com/databases-yml for details. Wednesday, January 12, 2011, 12:52:36 PM, you wrote: HI, I have the following in my schema.yml sfGuard

Re: [symfony-users] How to include a form in a template in every page?

2011-01-09 Thread Ramunas
Title: Re: [symfony-users] How to include a form in a template in every page? Hello Eric, You can use components for that. Read this: http://www.symfony-project.org/gentle-introduction/1_4/en/07-Inside-the-View-Layer#chapter_07_sub_components --  http://www.symfonyreference.com - Symfony Con

Re: [symfony-users] How to insert multiple records with just one save() function call

2011-01-04 Thread Ramunas
Hi, Try to use transactions. Things usually goes faster when you add all of your records in one transaction and then commit them. Tuesday, January 4, 2011, 12:54:33 AM, you wrote: > Hi all > I have a function that reads a CSV file and then save the record to > the database. The code snippet is

Re[2]: [symfony-users] doctrine many-to-many relation

2011-01-02 Thread Ramunas
this group at http://groups.google.com/group/symfony-users?hl=en --  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, sen

Re[2]: [symfony-users] doctrine many-to-many relation

2011-01-02 Thread Ramunas
t this group at http://groups.google.com/group/symfony-users?hl=en --  Best regards,  Ramunas                            mailto:wool...@gmail.com -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com   You received this mes