smartsolutionsitaly/cakephp-purifier
Composer 安装命令:
composer require smartsolutionsitaly/cakephp-purifier
包简介
HTML Purifier for CakePHP
关键字:
README 文档
README
HTML Purifier for CakePHP
Installation
You can install cakephp-purifier into your project using Composer.
composer require smartsolutionsitaly/cakephp-purifier
Setup
Insert at the bottom of your src/Application.php file the following line:
$this->addPlugin('SmartSolutionsItaly/CakePHP/Purifier');
And add or edit the method initialize in your Table classes.
public function initialize(array $config) { parent::initialize($config); $this->addBehavior('SmartSolutionsItaly/CakePHP/Purifier.Purifier'); }
License
Licensed under The MIT License For full copyright and license information, please see the LICENSE Redistributions of files must retain the above copyright notice.
Copyright
Copyright (c) 2019 Smart Solutions S.r.l. (https://smartsolutions.it)
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-06-03