02-22-2011, 04:43 AM
[eluser]Phil Sturgeon[/eluser]
You guys appear to be using my method which has been updated for 2.0:
http://philsturgeon.co.uk/news/2010/02/C...ing-it-DRY
It's not that different, they have just made a new "core" folder and you need to put core libraries in there, and rename Controller to CI_Controller and change parent::Controller() to parent::__construct();
You guys appear to be using my method which has been updated for 2.0:
http://philsturgeon.co.uk/news/2010/02/C...ing-it-DRY
It's not that different, they have just made a new "core" folder and you need to put core libraries in there, and rename Controller to CI_Controller and change parent::Controller() to parent::__construct();