• Entries (RSS)
  • Comments (RSS)

CakePHP – link / include JavaScript files in layouts

Posted by | Posted in JavaScript Libraries, OpenSource, PHP, Resources, Tips and Tricks, Tutorials | Posted on 29-12-2008

Tagged Under : , , , , , , , , , , ,

Create (or modify the) file

app/app_controller.php

add this code

class AppController extends Controller {
	var $helpers = array('Html', 'Form', 'Javascript');
}

CakePHP 1.2 allows you to define a reference to a Javascript file which is then added to the head section of the generated code. For this purpose the variable $scripts_for_layout has to be added to the layout:

<head>
	< ?php echo $scripts_for_layout; ?>
</head>

In the view you can now link to the Javascript file with:

$javascript->link('script.js', false);
// OR you can simply use $javascript->link('script.js');

jQuery Error

Posted by | Posted in JavaScript Libraries, News, OpenSource | Posted on 22-09-2008

Tagged Under : , , ,

jQuery Error

jQuery Error, originally uploaded by asim.zeeshan.

I tried opening the jQuery documentation website for a reference and it was running into errors. I strongly feel that there should be an offline documentation with every release.

Get Adobe Flash playerPlugin by wpburn.com wordpress themes