mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-02 09:32:43 +00:00
Making helpers load
This commit is contained in:
parent
be9bcb3627
commit
f3eb2159eb
14 changed files with 30 additions and 18 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue