Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
13532 anikendra 1
<?php
2
 
3
App::uses('CakeErrorController', 'Controller');
4
 
5
class TestAppsErrorController extends CakeErrorController {
6
 
7
	public $helpers = array(
8
		'Html',
9
		'Session',
10
		'Form',
11
		'Banana',
12
	);
13
 
14
}