10-09-2013, 06:44 AM
[eluser]noideawhattotypehere[/eluser]
This is how i load my custom google analytics library:
$this->load->library('analyticsapi');
./application/libraries/analyticsapi.php [notice its lowercase! it didnt work when it was uppercase]
class AnalyticsApi {
//rest of the code.
This is how i load my custom google analytics library:
$this->load->library('analyticsapi');
./application/libraries/analyticsapi.php [notice its lowercase! it didnt work when it was uppercase]
class AnalyticsApi {
//rest of the code.