What you might be looking for is elements. If you have shared little
chunks of html that get used you can use elements and pass them data.
$this->renderElement('name', array('value' => $value));
As for not stopping controller logic. Always just get into the habit
of putting return false after it unless you are sure you want
controller logic to continue on. Or else one time you will find a
problem with your logic only after banging your head for a couple hours.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---