Zend Framework - Zend Tool - Module error: I have error after I create module with Zend Tool
- by Yosef
Hi,
I new in zend framework.
I create zend project with zend tool and its works , but i create module and when i try access him with browser I get Error.
I write my steps, please help me.
Thanks,
Yosef
My steps:
$ sudo zf create project mystore
put Zend library inside library
test: http://localhost/mystore/public/ (working)
Add module…