I am trying to extend a library in codeigniter. The only way to do so seems to include the original library using require_once then load the extended library us
require_once
In a real server, you should use library's UPPERCASE name. like this:
require_once(APPPATH.'libraries/Ion_auth.php');