Welcome Guest, Not a member yet? Register   Sign In
Case sensitive library name?
#1

[eluser]-sek[/eluser]
Code:
$this->load->library('CiGoogleMapAPI');

works

$this->load->library('Cigooglemapapi');

says

An Error Was Encountered

Unable to load the requested class: cigooglemapapi

According to http://ellislab.com/codeigniter/user-gui...aries.html CI docs say "You can submit the file name capitalized or lower case. CodeIgniter doesn't care."

Any ideas?
#2

[eluser]zutis[/eluser]
The docs are only referring to the first letter. You are using camelCase.

This should explain better:

http://ellislab.com/codeigniter/user-gui...hod_naming
#3

[eluser]-sek[/eluser]
Thanks for reminding me. I just copied and pasted the code from the "Ignited Code" library for CiGoogleMapAPI. I do know better!




Theme © iAndrew 2016 - Forum software by © MyBB