Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter V3
#10

[eluser]Phil Sturgeon[/eluser]
Right now the Loader class loads a class when you tell it to.

The Autoload feature of PHP (not the "always load" autoload we have in CI) loads a class when you don't tell it where a class is, so it goes looking.

Autoload is by design slower as it has to do some guesswork, but having both in there would not be any slower than having one or the other by itself.


Messages In This Thread
CodeIgniter V3 - by El Forum - 01-02-2012, 05:56 AM
CodeIgniter V3 - by El Forum - 01-19-2012, 08:54 PM
CodeIgniter V3 - by El Forum - 01-19-2012, 10:17 PM
CodeIgniter V3 - by El Forum - 01-19-2012, 11:36 PM
CodeIgniter V3 - by El Forum - 01-20-2012, 12:06 AM
CodeIgniter V3 - by El Forum - 01-20-2012, 02:37 AM
CodeIgniter V3 - by El Forum - 01-21-2012, 12:44 PM
CodeIgniter V3 - by El Forum - 01-21-2012, 02:04 PM
CodeIgniter V3 - by El Forum - 01-21-2012, 04:17 PM
CodeIgniter V3 - by El Forum - 01-21-2012, 10:56 PM
CodeIgniter V3 - by El Forum - 02-21-2012, 10:36 AM
CodeIgniter V3 - by El Forum - 02-21-2012, 03:06 PM
CodeIgniter V3 - by El Forum - 02-21-2012, 03:27 PM
CodeIgniter V3 - by El Forum - 02-21-2012, 03:29 PM
CodeIgniter V3 - by El Forum - 02-21-2012, 03:35 PM
CodeIgniter V3 - by El Forum - 02-21-2012, 03:59 PM
CodeIgniter V3 - by El Forum - 02-28-2012, 11:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB