/framework/experimental/ExperimentalLibrary.php
http://zoop.googlecode.com/ · PHP · 17 lines · 17 code · 0 blank · 0 comment · 0 complexity · cb22e2721ddb51bc1402908a9a0fb15c MD5 · raw file
- <?php
- class ExperimentalLibrary extends ZoopLibrary
- {
- protected function init()
- {
- $this->registerMod('auth');
- $this->registerMod('couch');
- $this->registerMod('doc');
- $this->registerMod('graphic');
- $this->registerMod('mail');
- $this->registerMod('migration');
- $this->registerMod('mizithra');
- $this->registerMod('permission');
- $this->registerMod('pherver');
- $this->registerMod('wit');
- }
- }