Skip to content

Indexcontroller

wimmer edited this page Jan 17, 2013 · 1 revision

This controller extends from the CustomController. The Controller is responsible to treat the data and pass it to the view. A controller is structured in following actions:

  • ###function init() This function initializes the controller and sets the layout and title of the view.

  • ###function indexAction() Redirects the user to the content Controller list Action

Clone this wiki locally