`
kirenenko04
  • 浏览: 152313 次
  • 性别: Icon_minigender_2
  • 来自: 上海
社区版块
存档分类
最新评论

Get current module name, route name, controller name and action name

 
阅读更多

Many time we required to get current controller or action name or module name. Its very easy job to get get route name, module name, controller and action name for magento from current URL, anywhere in controller or even with template files.

 

Mage::app()->getRequest()->getControllerName(); // return controller name

Mage::app()->getRequest()->getActionName(); // return action name

Mage::app()->getRequest()->getRouteName(); // return routes name

Mage::app()->getRequest()->getModuleName(); // return module name

 

分享到:
评论

相关推荐

    get processor name_MPI_

    标题“get processor name_MPI_”指的是利用MPI库中的一个特定函数来获取运行程序的处理器名称。这个功能在调试、监控或者优化MPI程序时非常有用,因为它可以帮助开发者了解程序在哪些节点上运行,以及这些节点的...

    PowerDesigner中显示name,code,comment的解决方法

    ' get the current active model Set mdl = ActiveModel If (mdl Is Nothing) Then MsgBox "There is no current Model" ElseIf Not mdl.IsKindOf(PdPDM.cls_Model) Then MsgBox "The current model is not an ...

    PowerDesigner 中将Comment(注释)及Name(名称)内容互相COPY的VBS代码

    ' get the current active model Set mdl = ActiveModel If mdl Is Nothing Then MsgBox "There is no current Model" ElseIf Not mdl.IsKindOf(PdPDM.cls_Model) Then MsgBox "The current model is not a ...

    使用PowerDesigner对NAME和COMMENT互相转换.docx

    ' get the current active model Set mdl = ActiveModel If (mdl Is Nothing) Then MsgBox "There is no current Model" ElseIf Not mdl.IsKindOf(PdPDM.cls_Model) Then MsgBox "The current model is not an ...

    R8000用户手册

    Description :Set the module name and return success or error Syntax :~AAO(Data) (cr) $ delimiter character. AA address of setting module(00~FF) 39 RemoDAQ-8011/8018 User’s Manual O Set Module Name ...

    数据池连接Name jdbc is not bound in this Context解决方案

    接下来,在Java代码中,可以通过Java Naming and Directory Interface (JNDI) API来查找并获取数据源及连接: ```java import javax.naming.Context; import javax.naming.InitialContext; import javax.sql....

    Android代码-name-that-color-intellij-plugin

    I used the website Name That Color for years, and I wanted to have it integrated inside Android Studio, so I ported its JS library to Kotlin and built this IntelliJ plugin around it. Besides its long ...

    ip_get_name.rar_DEMO

    "ip_get_name.rar_DEMO"是一个演示程序,它展示了如何从IP地址获取对应的主机名称。这个DEMO对于理解网络编程中的DNS(Domain Name System)解析过程非常有帮助。下面我们将详细探讨这个知识点。 首先,我们要明白...

    Python库 | varname-0.6.2-py3-none-any.whl

    这段代码将输出`some_variable`,因为这就是在`example_function`中被`varname.get_name()`获取的变量名称。 总的来说,`varname`库是Python开发中一个实用的小工具,它可以方便地获取变量名称,提高代码的可读性和...

    Android代码-AndroidDeviceNames

    Android Device Names A small Android library to get the market name of an ...Get the name of the current device: String deviceName = DeviceName.getDeviceName(); The above code will get the correct

    matlab开发-setname

    图形句柄是MATLAB分配给每个图形对象的唯一标识符,可以通过`gcf`(get current figure)或`gco`(get current object)等命令获取。`setname`函数的主要任务就是改变句柄所代表的图形窗口的名称,这个名称显示在...

    annotations(COCO 2017)get-id-name-yamlid.py 物体类别 name id对应关系

    COCO数据集的最新版本annotations(COCO 2017),共有80个物体类别。 及coco.yaml, get_id_name_yamlid.py实现打印80个物体类别及其name及在yaml中的对应关系。

    require-package-name:获取 require 语句的包名

    //get the module name for a require path name ( 'events' ) => 'events' name ( 'events/' ) => 'events' name ( 'events/index.js' ) => 'events' name ( '@username/button/a.js' ) => '@username/button' name...

    VC_Programming_how_get_INI_file_section_name_class_Code Name_vc

    VC编程实现如何获得INI文件的全部段名经典代码VC Programming how to get all the INI file section name classic code

    讀取cmos值NAME get_cmos_data_2002_9_5

    讀取cmos值,用組合語言寫的代碼,還可以繼續加入更多功能。NAME get_cmos_data_2002_9_5

    动态设置form表单的action属性的值的简单方法

    form name="myform" id="myform" action="ssss" method="post" onsubmit="getUrl();"> javascript方法: [removed] function getUrl(){ $('form').attr('action','new_url'); } [removed] 或者用单纯的...

    get the name of OS

    描述如何获取一个操作系统的用户名信息,只是 一个简单的测试程序

    C#类中的get和set函数的具体用法[归类].pdf

    在上面的代码中,get函数将私有字段name的值返回给调用者。当我们引用属性时,除非该属性为赋值目标,否则将调用get函数读取该属性的值。 二、set函数 set函数是用于设置属性的值的,它可以在属性中设置私有字段的...

    get(0).tagName获得作用标签示例代码

    事件处理函数使用 `$(this).get(0).tagName` 来获取被点击元素的标签名,并通过 `.toLowerCase()` 和 `.toUpperCase()` 方法将其转换为小写和大写,然后显示在弹出的警告框中。 总的来说,这段代码是一个简单的交互...

Global site tag (gtag.js) - Google Analytics