longtone Posted April 4, 2008 Share Posted April 4, 2008 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 Link to comment https://forums.phpfreaks.com/topic/99470-solved-how-to-set-the-include-path-to-zend/ Share on other sites More sharing options...
stuffradio Posted April 4, 2008 Share Posted April 4, 2008 I think this will work for you http://www.sitepoint.com/article/mash-up-music-zend-framework Link to comment https://forums.phpfreaks.com/topic/99470-solved-how-to-set-the-include-path-to-zend/#findComment-508950 Share on other sites More sharing options...
longtone Posted April 5, 2008 Author Share Posted April 5, 2008 I think this will work for you http://www.sitepoint.com/article/mash-up-music-zend-framework I've tried: if(set_include_path('/home/djtutor/') === false) { die('Include path failed'); } where the Zend folder (named: library) is at /home/djtutor/ Doesn't work. Doesn't give the error message either. I don't have permission to use .htaccess to set include paths. Link to comment https://forums.phpfreaks.com/topic/99470-solved-how-to-set-the-include-path-to-zend/#findComment-510194 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.