/framework/experimental/pherver/PherverModule.php
http://zoop.googlecode.com/ · PHP · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · 24a1c7557df4b8b0fedf4b116ce20642 MD5 · raw file
- <?php
- class PherverModule extends ZoopModule
- {
- function getClasses()
- {
- return array('Pherver', 'ChatServer', 'HttpServer');
- }
- }