SyntaxFix
Write A Post
Hire A Developer
Questions
yes you can (for version 2)
load like this inside your controller
$this->load->library('../controllers/whathever');
and call the following method:
$this->whathever->functioname();