码迷,mamicode.com
首页 > 其他好文 > 详细

YII获得当前控制器和方法

时间:2014-10-27 23:04:30      阅读:207      评论:0      收藏:0      [点我收藏+]

标签:style   blog   io   ar   sp   div   on   2014   log   

【如何获得当前控制器和方法】

控制器:$this -> id ;

方法:$this->action->id ;

这主要是用在视图中,进行高亮显示。

            <div id="mainNav" class="clearfix">
                <a href="./"   <?php if($this->id == 'index')echo "class='cur'"; ?>>首页<span></span></a>
                <a href="./index.php?r=goods/category" <?php if($this->id == 'goods')echo "class='cur'"; ?>>GSM手机<span></span></a>
                <a href="#">双模手机<span></span></a>
                <a href="#">汽车配件<span></span></a>
                <a href="#">优惠活动<span></span></a>
                <a href="#">留言板<span></span></a>
            </div>


YII获得当前控制器和方法

标签:style   blog   io   ar   sp   div   on   2014   log   

原文地址:http://blog.csdn.net/buyingfei8888/article/details/40480927

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!