I am trying to get started with the Zend Framework, but I am stumped by my total ignorance of anything to do with php.ini
I am on a shared server, but apparently I can rewrite the local php.ini file
But I don't know what that is or where to find it, or do I have to create it?
And apparently it can be done through htaccess
I have tried this line in the file that calls up Zend:
set_include_path('/home/djtutor/library');
where /home/djtutor/ is the root, and is where the Zend Library has been uploaded to