[symfony-users] Object save fail if collection was created

2010-04-29 Thread Evgeny
1. I create AnketaForm (executeEdit) 2. Process AnketaForm (executeUpdate) 3. Execute Anketa::save(). In this method: -- 3.1. Creating collection of Anketa objects via Doctrine_Query::create()-from(Anketa)-execute() -- 3.2. parent::Save() Fail. My Anketa from form not saved. If don't create

[symfony-users] Re: Is there any way to see all the functions that have been executed?

2010-02-11 Thread Evgeny
You should try tracing with Xdebug (for example) On Feb 11, 9:03 pm, Javier Garcia tirengar...@gmail.com wrote: Hi, Im having an error and as always something like this is showed below the error message:     *               50.      }               51.    }               52.     * at

[symfony-users] sfWidgetFormInputText and date formatting

2009-12-08 Thread Evgeny
Hello, I'm using this code in my form: $this-widgetSchema['birthday']=new sfWidgetFormInputText(); Birthday in Doctrine-schema: birthday: date How can I format date to be output in this widget (d.m.Y) ? I had resolve any issues about validating and saving date in my format. But I cannot