/application/Bootstrap.php
https://github.com/mrmarktyy/learnosity.demo · PHP · 12 lines · 9 code · 3 blank · 0 comment · 0 complexity · c020d58c49b9db93f2413ac38742d81b MD5 · raw file
- <?php
- include_once 'functions.php';
- class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
- {
-
- protected function _initSalesforce()
- {
- Zend_Registry::set('config', $this->getOptions('tantanguanguan'));
- }
- }