Please tell us how you defined the new column in your table - ie. what type and lenght? Also show the code where you call the save method of your model as well as any before methods that may relate to this issue. Enjoy, John
On 10 Aug., 07:57, abhimanyu bv <[email protected]> wrote: > Hi all, > I added a new column into existing users table. whenever i saving a > record, the column with other than 0, it is saving with 0. i used > print_r(this->data) to check the value of that column, it showing as > the entered value,but in db it is stoed as 0. can anyone tell me what > i did wrong? > thanks -- 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 this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
