try
  1. <?php
  2. class LinkHelper extends Helper          //tried also without extends
  3. {
  4.     function makeEdit()
  5.         {
  6.             return "linkhelper";
  7.         }
  8. }
  9. ?>


modfather wrote:
just in case there was confusion between the name "link" i changed the
helper name to RedHelper(red.php), changed the name of the function
from makeEdit() to bye(), still the same result, no recognition when
added to app_controller.php helpers array - when added to core
controller.php, it works.




  


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to