Jon,
How are you including the scriptaculous and prototype files? I am
including the following in my layout file:
<?php print $html->charsetTag('UTF-8') ?>
<?php print $javascript->link('prototype') ?>
<?php print $javascript->link('scriptaculous.js?load=effects') ?>
But I am getting an error saying "No class found for the model J".
I created my own layout file "medals.thtml" which is accesed by using:
" var $layout = 'Medals';"
in the controller file. Additionally, the controller has the
following helpers specified:
"var $helpers = array('Html', 'Javascript', 'Ajax');"
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---