Is there a maximum depth of reference for $this->Form->input()?
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'][$we]['ShooterOption'][$wo])) {
debug($this->data['ShooterEvent'][$we]['ShooterOption'][$wo]
['is_signedup']);
debug($this->data['ShooterEvent'][$we]['ShooterOption'][$wo]
['entryfee']);
$this->Form->input("ShooterEvent.$we.ShooterOption.$wo.entryfee",
$optbab);
}
I've included the debug statements to prove to myself that I'm
referencing the proper array element. So the question remains... Is
there a maximum depth of array (model) depth for the Form input
helper?
Thanks in advance for your assistance,
Greg
--
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
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home