I am new to zend framework.I have placed my bin and library folder in :
C:\xampp\htdocs\zend
and have created project using command prompt.
C:\xampp\htdocs\zend\bin> zf create project zendtest
its creating project zendtest in folder -> C:\xampp\htdocs\zend\bin\
C:\xampp\htdocs\zend\bin>cd zendtest
but when i tried to create module
C:\xampp\htdocs\zend\bin\zendtest> zf create module testmodule
its saying 'zf' is not recognised as internal or external command .
On creating controller also giving same error.
How to solve this issue.