芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/xmintal-back/commands/HelloController.php
* @since 2.0 */ class HelloController extends Controller { /** * This command echoes what you have entered as the message. * @param string $message the message to be echoed. * @return int Exit code */ public function actionIndex($message = 'hello world') { echo $message . "\n"; return ExitCode::OK; } }