Re: Is there a maximum depth of reference for $this->Form->input()?

2011-03-18 Thread glk
Duh! Sometimes it doesn't pay to get up in the mornings! Thank you! On Mar 17, 9:09 pm, kdubya wrote: > Looks like your forgot the echo in front of the call to > $this->Form->input("ShooterEvent.$we.ShooterOption.$wo.entryfee", > > $optbab); -- Our newest site for the community: CakePHP Vid

Re: Is there a maximum depth of reference for $this->Form->input()?

2011-03-17 Thread kdubya
Looks like your forgot the echo in front of the call to $this->Form- >input("ShooterEvent.$we.ShooterOption.$wo.entryfee", $optbab); -- 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 other

Is there a maximum depth of reference for $this->Form->input()?

2011-03-16 Thread glk
Hello, I have a very large amount of data for a person... Many Levels (models)... The following code works fine... EXCEPT for the $Form->input(). There is absolutely nothing generated by the input call. echo $this->Form->input("ShooterEvent.$we.post", $bab); if (isset($this->data['ShooterEvent