I am in new for zend framework 2. I want simple program for eg 5 values give input add and view the output. Index.html and indexcontroller.php both file one small example give me.
1 Answer
You can read documentation and create simple application http://framework.zend.com/manual/current/en/user-guide/overview.html
Or you can get skeleton application http://framework.zend.com/downloads/skeleton-app
2 Comments
newage
It's a user guide, it's has informations about controllers/models/views. You need see next pages on this tutorial. You can get skeleton application from this page framework.zend.com/manual/current/en/user-guide/… and you can see ready controller and view.