控制器沒啟作用!
<?php
namespace app\controllers;
use yii\web\Controller;
class HelloController extends Controller{
public function actionIndex(){
echo 'hello world!';
}
<?php
namespace app\controllers;
use yii\web\Controller;
class HelloController extends Controller{
public function actionIndex(){
echo 'hello world!';
}
2015-12-10
舉報
2015-12-10
熟練了就好了
2015-12-10
我小白了下 ??