magento-----建立后台菜单项

1

app/etc/modules/......xml

2

app/code/community/AQ/Gao/etc/config.xml

app/code/community/AQ/Gao/etc/adminhtml.xml

app/code/community/AQ/Gao/Helper/Data.php

3

3.1

 

app/code/community/AQ/Gao/Helper/Data.php

--------------->

 

<?php

 

class AQ_Gao_Helper_Data extends Mage_Core_Helper_Abstract{

 

}

 

?>

3.2

app/code/community/AQ/Gao/etc/config.xml

--------------->

 

<?xml version="1.0"?>

<config>

    <modules>

        <AQ_Gao>

            <version>1.0.21</version>

        </AQ_Gao>

    </modules>

 

    <global>

 

 

 

        <helpers>

            <gao>

                <class>AQ_Gao_Helper</class>

            </gao>

        </helpers>

    </global>

 

</config>

3.3

app/code/community/AQ/Gao/etc/adminhtml.xml

-------------------->

 

 

 

<?xml version="1.0" encoding="UTF-8"?>

<config>

<menu>

<gao module="gao">

<title>TerryTest11</title>

<sort_order>51</sort_order>

<children>

<aa module="gao">

<title>Bao</title>

<sort_order>0</sort_order>

<action>gao_admin/index/bao</action>

</aa>

<posts module="gao">

<title>Kun</title>

<sort_order>1</sort_order>

<action>gao_admin/index/kun</action>

</posts>

</children>

</gao>

</menu>

<acl>

<resources>

<all>

<title>Allow Everything</title>

</all>

<admin>

<children>

<gao>

<title>TerryTest11</title>

<sort_order>51</sort_order>

<children>

<aa>

<title>Bao</title>

<sort_order>0</sort_order>

</aa>

<posts>

<title>Kun</title>

<sort_order>1</sort_order>

</posts>

</children>

</gao>

</children>

</admin>

</resources>

</acl>

</config>

 

 

 

注意事项:

1

adminhtml.xml中

<config>

<menu>

<gao module="gao">

此标签为module的名字,必须为gao。

2

helper/data.php。一定要有,否则会报错

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值