I have that correct. I also have it in a file called app_helper.php
and the helper class states:
class AppHelper extends Helper {
Do I have the AppHelper class wrong? If not,could it be the naming of
the Engine itself? Here's what I have:
class DojoEngineHelper extends JsBaseEngineHelper {
in a file called dojo_engine.php. Do you have any other ideas of what
could cause this?
On Apr 9, 10:11 pm, mark_story <[email protected]> wrote:
> Not loading the helper correctly can do that.
>
> $helpers = array('Js' => array('Dojo')); should do it.
>
> -Mark
>
> On Apr 9, 5:40 pm, LordZardeck <[email protected]> wrote:
>
>
>
> > For some reason, to use my js engine, i have to access it like so:
>
> > $js->DojoEngine->get("#clickme")->event($funtion, "click");
>
> > instead of just $js->get() like the docs say. What could cause this?- Hide
> > quoted text -
>
> - Show quoted text -
Check out the new CakePHP Questions site http://cakeqs.org and help others with
their CakePHP related questions.
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
To unsubscribe, reply using "remove me" as the subject.