As a best practice, should a helper output content or return the content to the View?
In other words, should the call to the helper be:
$this->MyHelper->someMethod($DataForHelper);
or
echo $this->MyHelper->someMethod($DataForHelper);
Most of the built in helpers seem to prefer the latter form. Is this just a style issue or is there a preferred way?
--
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.
Tuesday, July 16, 2013
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment