Hey all,
I am trying to register the Head helper and use one of its function and
i keep getting "Call to a member function on a non-object in" error.

This is what I have:

head.php in views/helpers
util.php in views.helpers

I put this in my controller:

var $helpers = array('Head');

and using the function like:
                $head->js("jquery-latest.pack.js");
                $head->registered();

Any help would be greatly appreciated.

-----------------------------------------
Benjamin Sterling
KenzoMedia.com
KenzoHosting.com


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to