gpt4 book ai didi

php - 无法解析请求 yii

转载 作者:可可西里 更新时间:2023-10-31 23:48:43 25 4
gpt4 key购买 nike

我是 Yii 的新手,很抱歉有人帮助我,为什么 Controller employeController.php 没有被调用,我检查并设置了许多文件权限等,

这是我的网址 http://dxb.softmatics.com:81/erp/index.php/employe/index

Controller :/.........用于板载 Controller ....../

class employeController extends Controller{

/**
* Declares class-based actions.
*/
public function actions()
{

return array(
'page'=>array(
'class'=>'CViewAction',
),
);
}

/**
* for index page
*/
public function actionIndex()
{
echo 'in index';
exit;
}
}//...end of class

如果还有其他事情,我会向您展示我的代码,如配置等

最佳答案

你必须这样调用 Controller :

index.php?r=ControllerName/ActionName

在你的情况下:

dxb.softmatics.com:81/erp/index.php?r=employe/index

此外,您还可以添加模块,例如:

index.php?r=ModuleName/ControllerName/ActionName

引用:Controller

关于php - 无法解析请求 yii,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17289737/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com