Download the PHP package myxland2/think-addons without Composer
On this page you can find all versions of the php package myxland2/think-addons. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download myxland2/think-addons
More information about myxland2/think-addons
Files in myxland2/think-addons
Download myxland2/think-addons
More information about myxland2/think-addons
Files in myxland2/think-addons
Vendor myxland2
Package think-addons
Short Description Thinkphp 5.1 Addons Library
License Apache-2.0
Package think-addons
Short Description Thinkphp 5.1 Addons Library
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package think-addons
Thinkphp5.1 扩展Addon
说明
因项目框架原因,需要对该扩展进行修改,于是独立一份上传composer.
安装
composer require myxland2/think-addons
php think addons:config
创建插件
创建的插件可以在view视图中使用,也可以在php业务中使用
安装完成后访问系统时会在项目根目录生成名为addons
的目录,在该目录中创建需要的插件。
下面写一个例子:
创建test插件
在addons目录中创建test目录
创建钩子实现类
在test目录中创建Test.php类文件。注意:类文件首字母需大写
创建插件配置文件
在test目录中创建config.php类文件,插件配置文件可以省略。
创建钩子模板文件
在test目录中创建info.html模板文件,钩子在使用fetch方法时对应的模板文件。
创建插件的controller文件
在test目录中创建controller目录,在controller目录中创建Action.php文件 controller类的用法与tp5中的controller一致
如果需要使用view模板则需要继承
\myxland\addons\library\Controller
类 模板文件所在位置为插件目录的view中,规则与模块中的view规则一致
使用钩子
创建好插件后就可以在正常业务中使用该插件中的钩子了 使用钩子的时候第二个参数可以省略
模板中使用钩子
php业务中使用
只要是thinkphp5正常流程中的任意位置均可以使用
插件目录结构
最终生成的目录结构为
All versions of think-addons with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
topthink/think-helper Version >=1.0.4
topthink/think-installer Version >=1.0.10
topthink/think-helper Version >=1.0.4
topthink/think-installer Version >=1.0.10
The package myxland2/think-addons contains the following files
Loading the files please wait ....