/framework/boot/BootLibrary.php
http://zoop.googlecode.com/ · PHP · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · f15b9b63c86932c1a586596debfc7929 MD5 · raw file
- <?php
- class BootLibrary extends ZoopLibrary
- {
- protected function init()
- {
- $this->registerMod('config');
- $this->registerMod('error');
- }
- }