/framework/vendor/VendorLibrary.php
http://zoop.googlecode.com/ · PHP · 14 lines · 14 code · 0 blank · 0 comment · 0 complexity · 7752cdad94affc9be153d2f82dc0afe0 MD5 · raw file
- <?php
- class VendorLibrary extends ZoopLibrary
- {
- protected function init()
- {
- $this->registerMod('phpmailer');
- $this->registerMod('smarty');
- $this->registerMod('smarty2');
- $this->registerMod('smarty3');
- $this->registerMod('spyc');
- $this->registerMod('zend');
- $this->registerMod('swift');
- }
- }