A function in all controlers |
[eluser]ontguy[/eluser]
Michael Wales has a nice suggestion for this; http://www.michaelwales.com/2008/01/my-c...-dev-pack/. There are a few posts in the forum with some examples; I can't find now so I'll just paste how I got his method working. application\libraries\MY_Controller.php Code: class Public_Controller extends Controller { application\controllers\checkout.php Code: class Checkout extends Auth_Controller { application\controllers\admin.php Code: class Admin extends Public_Controller { |
Messages In This Thread |
A function in all controlers - by El Forum - 02-21-2008, 11:59 AM
A function in all controlers - by El Forum - 02-21-2008, 12:03 PM
A function in all controlers - by El Forum - 02-21-2008, 02:42 PM
|