I'm trying to get my feet wet with the Zend Framework here. I'm following the beginner's guide ebook and it asks me to add the Zend Framework to my include path in php.ini file
I had already xampp installed and from what I gathered I can just unpack my zf in either xampp\php or xampp\php\PEAR. I figured I'd install it in xampp\php\PEAR
Then I changed the include path in the php.ini file into
; Windows: "\path1;\path2"
;include_path = ".;c:\php\includes"
;
; PHP's default setting for include_path is ".;/path/to/php/pear"
; http://php.net/include-path
include_path = ".library;C:\xampp\php\PEAR;C:\xampp\php\PEAR\ZendFramework-1.11.5\library"
I got this from http://normankosmal.com/wordpress/?p=47 but then adjusted to my current path of course.
Then I need to use the windows command line and here's what I insert
C:\>xampp\php\pear\zendframework-1.11.5\bin\zf.bat
error follows "php.exe" is not recognized as an internal or external command, operable program or batch file.