Entries tagged with 'autoload'
Well, in a bid to see if Wordpress really needs to preload all those options set to autoload, and to see if it makes a difference on the memory consumption I detailed earlier. I’ve set them all to “no” on this site so nothing is autoloaded. If you encounter any problems, please let me [...]
Autoload Objects in PHP5
26Sep07
I was reading through Derek Sivers’ article on why he switched back to PHP after slogging away are Ruby on Rails for two years, when I stumbled upon something I didn’t know and have actually been looking for (though I haven’t put much effort into it yet)… autoloading objects in PHP.

