I have a controller comments_controller.php and comments/add.ctp file, but I
want to be able to add this add.ctp onto more than 1 page (don't want to
duplicate the same code). Should I make an elements/comments/add.ctp instead
of view/comments/add.ctp?
Also, in my elements/add.ctp file, if I do <? echo $variable; ?>, and in my
comments_controller.php file I do $this->set('variable', 'test');, it gives
me an error. How would I do this the right way?
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" 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?hl=en
-~----------~----~----~----~------~----~------~--~---