Re: Database save status issue

2008-07-01 Thread Nirav
Hi, Anybody have any ideas on how to go about this? - Nirav On Jul 1, 7:30 am, Nirav <[EMAIL PROTECTED]> wrote: > Hi Christian, > > On Jun 30, 5:34 pm, "Christian Winther" <[EMAIL PROTECTED]> wrote: > > > save should return array in 1.2  - are you on 1.1? > > I'm using 1.1. > > - Nirav --~--~-

Re: Database save status issue

2008-07-01 Thread Nirav
Hi Christian, On Jun 30, 5:34 pm, "Christian Winther" <[EMAIL PROTECTED]> wrote: > save should return array in 1.2  - are you on 1.1? I'm using 1.1. - Nirav --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP

RE: Database save status issue

2008-06-30 Thread Christian Winther
save should return array in 1.2 - are you on 1.1? From: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nirav Mehta Sent: 30. juni 2008 22:38 To: cake-php@googlegroups.com Subject: Database save status issue Hi, I seem to have a problem with handling errors on saving to

Database save status issue

2008-06-30 Thread Nirav Mehta
Hi, I seem to have a problem with handling errors on saving to the database. I am using PostGre. When I try to save some data that is incorrect, the Model->save method returns *true*, indicating that the method was successful, but PHP exists with errors from the database pg_query() method. So is