| Subcribe via RSS

Extended CodeIgniter Loader Library

April 9th, 2010 | No Comments | Posted in Bin

I’ve been trying to make contributions wherever I can to CI and one handy thing I’ve been using is an extended CI Loader Library. It adds 2 features:

1. The ability to alias auto-loaded models and libraries.
2. The ability to load a model or library from another CI application on the same server.

Here’s the link to the forum post with all the details:
http://codeigniter.com/forums/viewthread/151827/

If you just want the code, here’s the link:
http://solepixel.pastebin.com/6DHpxXuz
More »