/framework/vendor/VendorLibrary.php

http://zoop.googlecode.com/ · PHP · 14 lines · 14 code · 0 blank · 0 comment · 0 complexity · 7752cdad94affc9be153d2f82dc0afe0 MD5 · raw file

  1. <?php
  2. class VendorLibrary extends ZoopLibrary
  3. {
  4. protected function init()
  5. {
  6. $this->registerMod('phpmailer');
  7. $this->registerMod('smarty');
  8. $this->registerMod('smarty2');
  9. $this->registerMod('smarty3');
  10. $this->registerMod('spyc');
  11. $this->registerMod('zend');
  12. $this->registerMod('swift');
  13. }
  14. }