/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php class TestController extends Zend_Controller_Action { public function testAction() { $options = $this->getInvokeArg('bootstrap')->getOptions(); } }