Welcome Guest, Not a member yet? Register   Sign In
autoloading dbforge
#2

[eluser]CroNiX[/eluser]
Looking in the Loader class at the dbforge() method, it doesn't look natively possible because it isn't a single file.

You can add it by extending the Loader class with MY_Loader and in the _ci_autoloader() method have it check if "dbforge" is one of the libraries being autoloaded (like they check for database, which is another special case) and load it. However, dbforge() requires the database and database driver to be loaded first.


Messages In This Thread
autoloading dbforge - by El Forum - 02-09-2012, 04:54 PM
autoloading dbforge - by El Forum - 02-09-2012, 05:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB