0
A
回答
0
您可以使用OOP
家長
class parentController extends Controller
{
/**
* @inheritdoc
*/
public function actionYourAction()
{
return $this->render('your_parent_view');
}
擴展
class yourController extends parentController
{
/**
* @inheritdoc
*/
public function actionYourAction()
{
return $this->render('your_view');
}
0
CommonController.php
<?php
namespace app\controllers;
use Yii;
use yii\web\Controller;
use yii\web\ForbiddenHttpException;
class CommonController extends Controller
{
public actionIndex(){
//Codes
}
}
UsersController
<?php
use app\controllers\CommonController; //Give correct path here
class UsersController extends CommonController
{
public actionIndex(){
//Codes
}
}
相關問題
- 1. Url控制器操作不覆蓋
- 2. Symfony覆蓋控制器和操作
- 3. 覆蓋Rails引擎控制器操作
- 4. Yii2。如何在控制器/操作json_decode()?
- 5. Yii2:在控制器操作中覆蓋mpdf的全局pdf方向設置
- 6. 如何覆蓋默認CSS上yii2在控制器
- 7. Sailsjs覆蓋控制器中的後操作
- 8. 如何覆蓋self.navigationItem.backBarButtonItem操作?
- 9. 如何覆蓋ScintillaNet中的PASTE操作?
- 10. 我如何覆蓋easyAdminBundle控制器
- 11. 如何覆蓋spree控制器?
- 12. 如何覆蓋Devise 1.1.rc2控制器?
- 13. 如何覆蓋Magento控制器?
- 14. 如何覆蓋設計控制器?
- 15. 活動管理員不會覆蓋控制器操作
- 16. 活動管理員覆蓋控制器操作創建樣式
- 17. ASP.NET MVC 2 - 如何覆蓋單個控制器操作的註釋?
- 18. YII2如何從視圖調用控制器操作
- 19. 覆蓋控制器1.6
- 20. 覆蓋設計控制器
- 21. 覆蓋通用控制器
- 22. 覆蓋FOSUserBundle控制器
- 23. 覆蓋控制器路由
- 24. 覆蓋zfcuseradmin控制器
- 25. 覆蓋資源控制器
- 26. 控制器覆蓋ZF2
- 27. Symfony2覆蓋控制器
- 28. 彈簧覆蓋控制器
- 29. Magento覆蓋控制器
- 30. 控制器覆蓋在Magento