/framework/experimental/ExperimentalLibrary.php

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

  1. <?php
  2. class ExperimentalLibrary extends ZoopLibrary
  3. {
  4. protected function init()
  5. {
  6. $this->registerMod('auth');
  7. $this->registerMod('couch');
  8. $this->registerMod('doc');
  9. $this->registerMod('graphic');
  10. $this->registerMod('mail');
  11. $this->registerMod('migration');
  12. $this->registerMod('mizithra');
  13. $this->registerMod('permission');
  14. $this->registerMod('pherver');
  15. $this->registerMod('wit');
  16. }
  17. }