PHP Classes

include_path

Recommend this page to a friend!

      Top level forums  >  PHP Specialists  >  General  >  include_path  
Subject:include_path
Summary:include_path
Messages:2
Author:Dieter Pichowiak
Date:2011-09-26 21:09:26
Update:2011-10-02 05:02:52
 

  1. include_path   Reply   Report abuse  
Picture of Dieter Pichowiak Dieter Pichowiak - 2011-09-26 22:06:24
5.3.2-1ubuntu4.9
I try to use Google calendar API.


First i included the new path in php.ini. Did not work.

Then i tried

set_include_path(get_include_path() . ":" . "/var/www/vhosts/xxxxx.com/httpdocs/ZendGdata/library/");

if(file_exists("../ZendGdata/library/Zend/Loader.php")) it finds the file.

if(file_exists("Zend/Loader.php")) it won't find the file

any ideas are appreciated
Thanks
Dieter

There is 1 reply in this thread, which is not being displayed.
Browsing this forum thread replies is available only to premium subscribers.


Go to the premium subscriptions page to learn how to become a premium subscriber and have full access to this forum.