_App is the name of the array in $this->data. Look at your input statement. It is defining the name as "_App.referer". This will create an input field with a name of data[_App][referer], which is then accessible from $this->data['_App']['referer'] in your controller.
On Dec 12, 11:06 am, McScreech <[email protected]> wrote: > Sorry, forgot the environment details: > Win XP SP3 > Apache 2.2.16 > PHP 5.3.3 > cakePHP 1.3.4-0 -- 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
