Can you tell me what I’m doing wrong with my ZF loader?
I placed my ZF libraries inside library/Zend/*
In my index.php file I keep getting this error:
*Warning: require_once(Zend/Gdata/Media.php): failed to open stream: No such file or
directory in C:\workspace\testing\library\Zend\Gdata\YouTube.php on line 27
index.php:
require_once 'library/Zend/Loader.php';
Zend_Loader::loadClass('Zend_Gdata_YouTube', array('library/', 'library/Zend/', 'library/Zend/Gdata'));
I believe the following should work if your files are structured as such
index.php