Wednesday, November 27, 2013

zendframework configure and run in localhost xampp [Solved]

 Download zendframe library  work extract and paste into D:\xampp\php\

1st->  enviernment valriable set -> name: Path : .;D:\xampp\php\ZendFramework\bin;D:\xampp\php\ZendFramework\library\;D:\xampp\php\ZendFramework\bin\zf.bat
2nd-> System Path D:\xampp\php\
3rd->Copy zend folder from D:\xampp\php\ZendFramework\library into paste D:\xampp\php\PEAR
Php.ini
4th -> include_path = ".;D:\xampp\htdocs\ZendFramework\library;D:\xampp\php\PEAR"
5th->Restart your apache server


6th -> then create project on command-> D:\xampp\htdocs->zf create project ProjectName


hope may its help you :

No comments:

Post a Comment