/application/Bootstrap.php

https://github.com/mrmarktyy/learnosity.demo · PHP · 12 lines · 9 code · 3 blank · 0 comment · 0 complexity · c020d58c49b9db93f2413ac38742d81b MD5 · raw file

  1. <?php
  2. include_once 'functions.php';
  3. class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
  4. {
  5. protected function _initSalesforce()
  6. {
  7. Zend_Registry::set('config', $this->getOptions('tantanguanguan'));
  8. }
  9. }