Zend2
Sources Files
Application
modules
default
controllers
ExampleController.php
views
scripts
form
index.phtml
library
square
form
Form_Example.php
Hi All I am studying Zend Framework: A Beginner's guide chapter 3, i have a form_example class existing in Square/Form/Form_Example.php, it basically has a form in there.
The modules/default/controllers/ExampleControllers.php initialize it. However, i set up
resources.router.routes.example.route = /example
resources.router.routes.example.defaults.module = default
resources.router.routes.example.defaults.controller = form
resources.router.routes.example.defaults.action = form
in the application.ini
when i enter (http://localhost/zend2/public/example), it returns a Page Not Found result back, please help me with this in order to show the Form i create in Form_Example
Thanks, i am really appreciated