Hi,
I'm trying to use the GoogleMapAPI class from phpinsider.com as mentioned in
a book I'm using. I've put it in my created library/third-party/ directory
and added it to my application's include path...
set_include_path('../library/third-party' . PATH_SEPARATOR .
get_include_path());
However, I get this fatal error:
Fatal error: Class 'GoogleMapAPI' not found in
/Users/Clintonia/Sites/shoppingcenter/application/controllers/BusinessesController.php
on line 83
My include path is just a copy of my include path for the library that was
in the bootstrap plus the third-party part, so I'm a little confused why
it's not finding it.
Could I get some help on what I'm doing wrong? Thanks in advance!
--
View this message in context:
http://zend-framework-community.634137.n4.nabble.com/Trouble-installing-3rd-party-class-tp2300790p2300790.html
Sent from the Zend Framework mailing list archive at Nabble.com.