mirror of
https://github.com/bcit-ci/CodeIgniter.git
synced 2025-02-20 11:13:29 +08:00
...
parent
858d2cdb55
commit
abe8ac144b
@ -4,7 +4,7 @@ Controller Loader Extension - allows to work with your controllers within other
|
||||
<strong>PHP5</strong>
|
||||
<h2>Controller Loader Extension installation:</h2>
|
||||
Start with a clean CI install.
|
||||
Place File from CLE archive into your /application/libraries folder.
|
||||
Place File from CLE archive([[File:CLE.zip]]) into your /application/libraries folder.
|
||||
Maker sure class preffix constant is 'MY' or change file names and class name according to your prefix
|
||||
<h2>Controller Loader Extension Usage:</h2>
|
||||
All you must to do is to extend your controllers from MY_PageController instead of Controller and set constructor method to parent::getInstance() as follows
|
||||
|
Loading…
x
Reference in New Issue
Block a user