/framework/experimental/migration/MigrationModule.php
http://zoop.googlecode.com/ · PHP · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · 438e3db2fb652047e35e1ba849dbd43a MD5 · raw file
- <?php
- class MigrationModule extends ZoopModule
- {
- protected function init()
- {
- $this->addClass('Migration');
- }
- }