Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 关于插件之手机版

[复制链接]
安静℡ 发表于 2014-7-29 20:04:39 | 显示全部楼层 |阅读模式
不知道为什么自己新建的插件怎么都支持不了 手机版本

discuz*.xml配置内容对应的class.php type 为11

代码如下:

class plugin_ceshi_base(){
    function common_base(){
              global $_G;
                  echo 'i am '. $_G['username']
    }
}

class plugin_ceshi extends plugin_ceshi_base{
        function common(){
                $this->common_base();
        }
}

class mobileplugin_ceshi extends plugin_ceshi_base{
        function common(){
                $this->common_base();
        }
}
pc版是正常的,手机版死活不正常,修改其他的插件的 mobileplugin版本的common都是可以的。
求教各位大神,还有在做手机版插件的时候我还有什么没有注意到的
 楼主| 安静℡ 发表于 2014-7-30 09:59:14 | 显示全部楼层
没有大神来帮忙看下么?
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-18 06:00 , Processed in 0.023778 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表