Example #1
0
 public function indexAction()
 {
     // action body
     $obj = new Model_Hello();
     $this->view->hello = $obj->helloWorld();
 }