Zend Dojo TimeTextBox will not save to mysql database

3 messages Options
Embed this post
Permalink
Donny () Zend Dojo TimeTextBox will not save to mysql database
Reply Threaded More More options
Print post
Permalink
I am trying to save a time value to a MySQL time type column through a Zend Dojo TimeTextBox, and while it is posting correctly (POST value in Firebug is T12:15:00 for example) it is failing Doctrine validation (we have it integrated with Zend) and even if the validators are removed it still will not save to the database.  I have tried changing the column type to an INT with no luck-it simply will not recognize the time value.

Has anyone else here had this problem?  Any help would be greatly appreciated.  Thanks.
Christoph Dorn () Re: Zend Dojo TimeTextBox will not save to mysql database
Reply Threaded More More options
Print post
Permalink
This support forum is for FirePHP. Please direct your question to the Zend Framework general mailing list: http://framework.zend.com/wiki/display/ZFDEV/Mailing+Lists
Donny () Re: Zend Dojo TimeTextBox will not save to mysql database
Reply Threaded More More options
Print post
Permalink
I will-thanks.