I'm trying to install Zend Framework on my computer. I have done following:
I have placed Zend framework files on C drive, the path is like: C:\ZendFramework\library C:\ZendFramework\bin (The bin folder contains the zf.bat, zf.sh and zf.php files)
I have included path in php.ini file:
include_path = “.;C:\xampp\php\PEAR;C:\ZendFramework\library”
Now when I go to command prompt and type zf command, i get following error:
In order to run the zf command, you need to ensure that Zend Framework is inside your include_path.
Can someone suggest me what im doing wrong and how to fix this error. Thanks.