Welcome Guest, Not a member yet? Register   Sign In
Is CI's Autoload Mechanism Good Enough?
#2

[eluser]Rick Jolly[/eluser]
CI's auto-loading is different from php 5 autoloading. With CI auto-loading you can globally initialize selected libraries, helpers, and plugins. With php 5 autoloading, you can include any class on demand as it is instantiated (no need for require/include or CI's loader class). Autoloading implementation is up to the developer.


Messages In This Thread
Is CI's Autoload Mechanism Good Enough? - by El Forum - 07-30-2008, 09:58 AM
Is CI's Autoload Mechanism Good Enough? - by El Forum - 07-30-2008, 11:46 AM
Is CI's Autoload Mechanism Good Enough? - by El Forum - 07-30-2008, 09:11 PM
Is CI's Autoload Mechanism Good Enough? - by El Forum - 07-30-2008, 09:21 PM
Is CI's Autoload Mechanism Good Enough? - by El Forum - 07-30-2008, 09:36 PM



Theme © iAndrew 2016 - Forum software by © MyBB