Create mylibrary.php at /system/user/libraries/
<?php class Ava_mylibrary { function hello() { return "world"; } } ?>
<?php $this->load->library('mylibrary'); echo $this->mylibrary->hello(); ?>
There was an error while loading. Please reload this page.