whn i creating a project on command console i`m getting some error in zend Framework 1.11 i also set my environment varibale flowing way.
Download zendframe 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 -> then create project on command-> D:\xampp\htdocs->zf create project ProjectName
please give me the respone to seem the error ASASP. thanks Bikash ranajn
After some research for you I did find the problem of Zend Tool in combination with XAMPP.
Please copy zf.bat
and zf.php
to the folder D:\xampp\php
. After that it should do the trick.
Good luck!