/ Published in: PHP
Expand |
Embed | Plain Text
<?php class IndexController extends Zend_Controller_Action { private $params; public function init(){ $this->params = $this->getRequest()->getParams(); } public function indexAction(){} public function dosomethingAction(){ } } ?>
You need to login to post a comment.
