I have downloaded the Zend Framework and put it just above the server root (Where /tmp
is and such) and I'm having trouble getting it recognized by a single PHP file. I am using a shared host and this is how I am including the directory:
set_include_path('/home/content/xx/xxxxxxx/zend/library');
require_once('Zend/loader.php');
Zend_Loader::loadClass('Zend_Gdata');