Hi,
I am struggeling with including the prototype js library.
When i do this in my view add.ctp:
<?php echo $javascript->link('prototype'); ?>
<?php echo $javascript->link('scriptaculous'); ?>
I get this error returned in the js files:
Missing Controller
<em>JsController</em> could not be found.</p>
Create the class <em>JsController</em> below in file: app\controllers
\js_controller.php</p>
class JsController extends AppController {
var $name = 'Js';
}
...
Anyone know how to solve this?
Help is appriciated!
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