[symfony-users] doctrine 1.2 model events?

2011-05-21 Thread niksfirefly
are there any doctrine 1.2 model events? for example in constructor or save method of Doctrine_Record models?? or I must implement by myself public function __construct($table = null, $isNewEntry = false) { parent::__construct($table, $isNewEntry);

[symfony-users] Re: sf 1.4 - Widget _csrf_token does not exist?

2011-05-10 Thread niksfirefly
Gantulga erheme...@gmail.com wrote: Hi. niksfirefly If you want to disable it, remove the csrf_token line in your application config setting.yml. Or  keep it and add your form template $form-renderHiddenFields(). Hope this would help. Erkhembayar Gantulga -- If you want to report

[symfony-users] sf 1.4 - Widget _csrf_token does not exist?

2011-05-09 Thread niksfirefly
I am trying to automatically save form with predefined values - without display form but with validation but i am getting error: Widget _csrf_token does not exist? i can pass $this-disableLocalCSRFProtection(); in form configure() but i want to check for csrf when form is diplayed according to

[symfony-users] ahDoctrineEasyEmbeddedRelationsPlugin

2011-04-26 Thread niksfirefly
I am using symfony 1.4.12 with admin generator and ahDoctrineEasyEmbeddedRelationsPlugin with schema below: Client: actAs: Timestampable: Sluggable: unique: true fields: [name] canUpdate: true tableName: Clients options: charset: utf8 columns: id: