/framework/boot/BootLibrary.php

http://zoop.googlecode.com/ · PHP · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · f15b9b63c86932c1a586596debfc7929 MD5 · raw file

  1. <?php
  2. class BootLibrary extends ZoopLibrary
  3. {
  4. protected function init()
  5. {
  6. $this->registerMod('config');
  7. $this->registerMod('error');
  8. }
  9. }