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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 关于手机版插件开发

[复制链接]
sportboy03 发表于 2016-3-22 09:53:22 | 显示全部楼层 |阅读模式
求助各位主们:
       我最近在开发一个插件,根据教程开发PC版能正常挂载,但是不知道手机版怎么挂载,应该放在哪个目录下, 跪求指导。

      PC版:..source\plugin\demo\demo.class.php

     代码:
  
  1. if(!defined('IN_DISCUZ')){
  2.     exit('Access Denied');
  3. }

  4. class plugin_demo{}

  5. class plugin_demo_forum extends plugin_demo{
  6.     function index_top(){
  7.         return 'aaaaaaaaaa';
  8.     }  
  9. }
复制代码

但是换成手机版应该怎么写,然后放在哪个目录下呢?

湖中沉 发表于 2016-3-22 10:04:26 | 显示全部楼层
回复

使用道具 举报

 楼主| sportboy03 发表于 2016-3-22 10:24:06 | 显示全部楼层
湖中沉 发表于 2016-3-22 10:04
http://open.discuz.net/?ac=document&page=plugin_hook

十分感谢!!!!!
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-15 19:51 , Processed in 0.018860 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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