Using PHP Libraries with CodeIgniter : Sample ACL Tutorial
Your library classes should be placed within your application/libraries folder, as this is where CodeIgniter will look for them when they are initialized. File names must be capitalized. For example: Myclass.php Class declarations must...
