Hi Modfather,

I am assuming that you have not created any other controllers and have
only edited the App controller, and are testing with your home page.

I think the problem might be that you are defining an array of helpers
to be used in you app_controller, which is overriden by the pages
controller  to be just "HTML". If you define in your app controller
var $helpers = Array ("DontExist"); Do you get a cake generated error
message?

To take a step forwards, if you copy the pages controller from cake to
app/controller, you can then define your helper explicitly there to
either roll your own menu solution, or test the wiki css page ;).

For my own code a long time ago, (JFI) I defined $gHelpers in app
controller, $helpers in child helpers and in the constructor method of
app controller, merged the two. I had thought that this code was now
superflous, but maybe not..comments anyone?

Cheers,

AD7six


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to