Making helpers load

This commit is contained in:
José Lorenzo Rodríguez 2010-12-04 13:40:24 -04:30
parent be9bcb3627
commit f3eb2159eb
14 changed files with 30 additions and 18 deletions

View file

@ -17,9 +17,10 @@
* @since CakePHP(tm) v 1.1.7.3328
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
if (!class_exists('CakeSession')) {
require LIBS . 'cake_session.php';
}
App::uses('AppHelper', 'View/Helper');
App::uses('CakeSession', 'Model');
/**
* Session Helper.
*