Welcome Guest, Not a member yet? Register   Sign In
How to load my classes whenever, wherever without having to include/require them
#2

[eluser]Tpojka[/eluser]
Libraries and models you should set in file:
Code:
APPPATH . 'config/autoload.php'
Core custom made controllers are autoloaded (if followed Phil Sturgeon's method) by function in:
Code:
APPPATH . 'config/config.php'
But also, you can read this great post and make decision where to put some custom initial code.


Messages In This Thread
How to load my classes whenever, wherever without having to include/require them - by El Forum - 05-01-2014, 06:11 PM



Theme © iAndrew 2016 - Forum software by © MyBB