It looks like you're new here. If you want to get involved, click one of these buttons!
A PHP Error was encountered
Severity: Notice
Message: Undefined index: Mcapi
Filename: fuel/Loader.php
Line Number: 206
Fatal error: Cannot access empty property in /home/barbarao/public_html/dev/fuel/application/third_party/fuel/Loader.php on line 215
Comments
EG in a controller with
$this->load->library('mcapi');
Codigniter relies heavily on "convention over configuration".
See: http://ellislab.com/codeigniter/user-guide/general/creating_libraries.html "Naming Conventions"