gpt4 book ai didi

zend-framework - 从 Controller 本身获取 Controller 名称

转载 作者:行者123 更新时间:2023-12-04 04:28:02 24 4
gpt4 key购买 nike

可能是一个荒谬的问题,但是有没有办法从 Controller 类本身获取实际的 Controller 名称?

喜欢

class SomeController extends Zend_Controller_Action {
public function init() {

$controllerName = $this -> getControllerName();
// And get "Some" as a output
}
}

最佳答案

public function init() {
echo Zend_Controller_Front::getInstance()->getRequest()->getControllerName();
}

关于zend-framework - 从 Controller 本身获取 Controller 名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6704187/

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