HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
EchoCommand.php
Go to the documentation of this file.
1 <?php
2 
3 class EchoCommand extends CConsoleCommand {
4 
5  public function actionIndex() {
6  echo "It works !!!\n";
7  }
8 }