Re: params['form'] no longer in cakePHP 1.2

2007-05-17 Thread kionae
Try $this->postConditions($this->data) instead. On May 17, 12:18 pm, "Siegfried Hirsch" <[EMAIL PROTECTED]> wrote: > Hello, > > today I have read through the manual (1.1) about the $this->params['form'] > which holds all the POST information from a form. Right ? > > I am using 1.2 4798 and I ha

Re: params['form'] no longer in cakePHP 1.2

2007-05-17 Thread kionae
Try $this->postConditions($this->data) instead. On May 17, 12:18 pm, "Siegfried Hirsch" <[EMAIL PROTECTED]> wrote: > Hello, > > today I have read through the manual (1.1) about the $this->params['form'] > which holds all the POST information from a form. Right ? > > I am using 1.2 4798 and I ha

Re: params['form'] no longer in cakePHP 1.2

2007-05-17 Thread Siegfried Hirsch
2007/5/17, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > I haven't used 1.1 for a while, so I cant comment about > "params['form']". I can confirm that in1.2 you will find your post > data in $this->data I was asking because the SWFupload component from the bakery is depending on $this->params['form'

Re: params['form'] no longer in cakePHP 1.2

2007-05-17 Thread [EMAIL PROTECTED]
I haven't used 1.1 for a while, so I cant comment about "params['form']". I can confirm that in1.2 you will find your post data in $this->data I would recommend you "bake" your application to get started in 1.2, and then rely heavily on the api instead of the manual. Using bake, you can see how t

params['form'] no longer in cakePHP 1.2

2007-05-17 Thread Siegfried Hirsch
Hello, today I have read through the manual (1.1) about the $this->params['form'] which holds all the POST information from a form. Right ? I am using 1.2 4798 and I have setup the following view: create('Test', array('action' => '/tests/login', 'method'=>'post', 'type' => 'file')); echo $f