Contoh Struktur Project Menggunakan Zend
1. newproject 2. |-- application 3. | |-- Bootstrap.php 4. | |-- configs 5. | | `-- application.ini 6. | |-- controllers 7. | | |-- ErrorController.php 8. | | `-- IndexController.php 9. | |-- models 10. | `-- views 11. | |-- helpers 12. | `-- scripts 13. | |-- error 14. | | `-- error.phtml 15. | `-- index 16. | `-- index.phtml 17. |-- library 18. |-- public 19. | `-- index.php 20. `-- tests 21. |-- application 22. | `-- bootstrap.php 23. |-- library 24. | `-- bootstrap.php 25. `-- phpunit.xml
