Well, I tried all your suggestions over the weekend, and none of them
panned out. count($_POST) tells me the post array is empty, and
likewise there is nothing in $this->params['form'] or $this->data. So
thanks for the help, but I now suspect the problem lies in my Apache
rewrite rules. The site i
On Apr 24, 12:36 pm, seb <[EMAIL PROTECTED]> wrote:
> >When I submit the form, the
>
> > controller branches to display the error message in my view, along
> > with the following:
>
> > 1 query took 2 ms
> > Nr Query Error AffectedNum. rows Took (ms)
> > 1 DESCRIBE `contacts`
Hey everyone,
I'm a cakephp newbie putting together my first project. I'm trying to
save form data to my database through a form generated by the
formHelper in a view element. The problem I'm having is that $this-
>data is apparently empty when I try to access it from my controller.
I've checked