Added a helper to jqGrid, since duplicated code is getting spread through each element. The implementation is nowhere near complete, but the basic idea is there.

git-svn-id: file:///svn-source/pmgr/branches/invoice_receipt_20090629/site@257 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-07-08 17:33:43 +00:00
parent abd166cb98
commit 4e2b073110
2 changed files with 98 additions and 1 deletions

View File

@@ -35,7 +35,7 @@
* @subpackage cake.app
*/
class AppController extends Controller {
var $helpers = array('Html', 'Form', 'Javascript', 'Format', 'Time');
var $helpers = array('Html', 'Form', 'Javascript', 'Format', 'Time', 'JqGrid');
var $components = array('DebugKit.Toolbar');
function sideMenuLinks() {