/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
; /config/application.ini langs.available = "en,es,pt,de,fr" /* in your php, eg: bootstrap */ $config = new Zend_Config($this->getOptions(), true); Zend_Registry::set('config', $config);