Wednesday, August 7, 2013

Re: after div closing tag form ends

echo $this->Form->create('Page');
echo $this->Form->input('slug');
echo $this->Form->input('title');
echo $this->Form->input('content');
؟>
</div>

<?php
echo $this->Form->input('view_show');
echo $this->Form->end('Save');
?>


in the above code view_shop field and Submit button is not in the form
because formhelper close the form when see </div>






--
View this message in context: http://cakephp.1045679.n5.nabble.com/after-div-closing-tag-form-ends-tp5715990p5715998.html
Sent from the CakePHP mailing list archive at Nabble.com.

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: