●个人理解
举个例子:首先创建一个插件项目
div文件夹
主要文件
- div.hook 要插入的页面里面放html php......
icon.png 项目图标
- conf.php 项目的简介 版本 作者 相关介绍
这里我们给大牛窝随便添加一个div盒子
找到首页文件index_index.php
我们这里在
上面添加div
●写入
●文件 div/1
●内容
●写入
●文件 div/2
●内容
{hook div}
●写入替换代码
●文件 re.php
●内容
return array(
'View/nd_mobile/index_index.php'=>array(
'div/1'=>'div/2',
)
);
这个就是替换index_index.php里的原代码
●在不影响原代码使用的情况下可以不保留原代码
接下来就是div.hook了
●写入
●文件 div.hook
●内容
随便写点啥?
●效果
●附项目插件
附件隐藏
The attachment is hidden and you need to reply to the topic before it becomes visible.