/ Published in: PHP
Expand |
Embed | Plain Text
<?php class TestController extends Zend_Controller_Action { public function testAction() { $options = $this->getInvokeArg('bootstrap')->getOptions(); } }
You need to login to post a comment.
