Re: saveField with invalid ID creates a blank record

2012-05-19 Thread AD7six
On Friday, 18 May 2012 11:56:24 UTC+2, Richard@Home wrote: > > CakePHP 2: > > Not noticed this behaviour before, is it by design? (Seems odd if it is...) > > CREATE TABLE IF NOT EXISTS `users` ( > `id` int(11) NOT NULL AUTO_INCREMENT, > `username` varchar(32) NOT NULL, > `password` varchar(

Re: saveField with invalid ID creates a blank record

2012-05-19 Thread AD7six
On Saturday, 19 May 2012 10:57:58 UTC+2, Jimit Kapadya wrote: > > Hello All, > > how to delete Multiple tables fields values in cakephp 2.0 I think hijacking 12 threads with exactly the same (incomplete/nonsense) question is enough. AD -- Our newest site for the community: CakePHP Video Tu

Re: saveField with invalid ID creates a blank record

2012-05-19 Thread Jimit Kapadya
Hello All, how to delete Multiple tables fields values in cakephp 2.0 -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from

saveField with invalid ID creates a blank record

2012-05-18 Thread Richard@Home
CakePHP 2: Not noticed this behaviour before, is it by design? (Seems odd if it is...) CREATE TABLE IF NOT EXISTS `users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `username` varchar(32) NOT NULL, `password` varchar(64) NOT NULL, `is_active` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`