Revision: 48396
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at June 30, 2011 17:06 by ownerhpherzogde
Initial Code
<?php
class TestController extends Zend_Controller_Action {
public function testAction() {
$options = $this->getInvokeArg('bootstrap')->getOptions();
}
}
Initial URL
Initial Description
Initial Title
How to access variables from application.ini
Initial Tags
Initial Language
PHP