Re: How to get the return value from cakephp save method.

2007-08-03 Thread francky06l
Just a typo : $this->set('savedProject', $savedProject); On Aug 3, 2:26 pm, "Jon Bennett" <[EMAIL PROTECTED]> wrote: > > I am using the below lines of code to save the 'project' module in my > > cakephp application. After saving the project module i like to > > retrieve the id,name of th

Re: How to get the return value from cakephp save method.

2007-08-03 Thread Jon Bennett
> Just a typo : > $this->set('savedProject', $savedProject); good eyes - well spotted... jb -- jon bennett t: +44 (0) 1225 341 039 w: http://www.jben.net/ iChat (AIM): jbendotnet Skype: jon-bennett --~--~-~--~~~---~--~~ You received this message beca

Re: How to get the return value from cakephp save method.

2007-08-03 Thread Jon Bennett
> I am using the below lines of code to save the 'project' module in my > cakephp application. After saving the project module i like to > retrieve the id,name of the project. The current save method is not > returning the saved the row from database. (Note: I am 3 days old in > Cake. Please apolo

How to get the return value from cakephp save method.

2007-08-03 Thread [EMAIL PROTECTED]
I am using the below lines of code to save the 'project' module in my cakephp application. After saving the project module i like to retrieve the id,name of the project. The current save method is not returning the saved the row from database. (Note: I am 3 days old in Cake. Please apologize my mi