I have a problem. I don’t know where to put jQuery EasyUI in CakePHP? Which folder?
Do I use it like a helper?
Do I have to put something like:
var $helpers = array('jQuery');
Do I have to put some in view?
Thank you so much for your help always. 🙂
Edit:
And if you can give me some online tutorials with jQuery EasyUI with CakePHP 2.x. (I already Google it.) 😀
In CakePHP javascript files are stored in app/webroot/js/.
You then can include them in the layout by calling
You can then write your javascript code in either the view or another external js file.