ask9 Posted March 10, 2010 Share Posted March 10, 2010 Hello guys can you show me a good tutorial, on how to properly setup Zend Framework under XAMPP. Thank you veyy much in advance. Quote Link to comment https://forums.phpfreaks.com/topic/194720-zend-framework-on-xampp/ Share on other sites More sharing options...
trq Posted March 10, 2010 Share Posted March 10, 2010 Setting up Zend is simple on any system, download it, place it in a directory somewhere. eg; C:\Zend. Then add Zend's library directory to your include path (within your ini file. eg; include_path = ".;c:\php\PEAR;C:\Zend\library;" Restart your server. Done. Quote Link to comment https://forums.phpfreaks.com/topic/194720-zend-framework-on-xampp/#findComment-1024059 Share on other sites More sharing options...
prashanth Posted March 11, 2010 Share Posted March 11, 2010 Hi See the below link i have given the procedure how to install the zendFramework in xampp http://prashanthm08.blogspot.com/2009/12/zend-framework.html still if you have any issues let me know. Quote Link to comment https://forums.phpfreaks.com/topic/194720-zend-framework-on-xampp/#findComment-1024690 Share on other sites More sharing options...
trq Posted March 11, 2010 Share Posted March 11, 2010 That blog post mentions nothing of placing the Zend/library directory on your include_path. It should. Quote Link to comment https://forums.phpfreaks.com/topic/194720-zend-framework-on-xampp/#findComment-1024717 Share on other sites More sharing options...
prashanth Posted March 18, 2010 Share Posted March 18, 2010 what is the necessity of changing the include_path just follow the procedure as per the blog,the zendframe will installed successfully. if you have any questions in that blog let me know. Quote Link to comment https://forums.phpfreaks.com/topic/194720-zend-framework-on-xampp/#findComment-1028015 Share on other sites More sharing options...
trq Posted March 18, 2010 Share Posted March 18, 2010 what is the necessity of changing the include_path just follow the procedure as per the blog,the zendframe will installed successfully. if you have any questions in that blog let me know. Your blog post assumes Zend is already on the include_path. Quote Link to comment https://forums.phpfreaks.com/topic/194720-zend-framework-on-xampp/#findComment-1028030 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.