国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > PHP > 正文

Yii凈化器CHtmlPurifier用法示例(過濾不良代碼)

2020-03-22 18:38:05
字體:
來源:轉載
供稿:網友
本文實例講述了Yii凈化器CHtmlPurifier用法。分享給大家供大家參考,具體如下:1. 在控制器中使用:html' target='_blank'>public function actionCreate() $model=new News; $purifier = new CHtmlPurifier(); $purifier- options = array( 'URI.AllowedSchemes'= array( 'http' = true, 'https' = true, 'HTML.Allowed'= 'div', if(isset($_POST['News'])) $model- attributes=$_POST['News']; $model- attributes['content'] = $purifier- purify($model- attributes['content']); if($model- save()) $this- redirect(array('view','id'= $model- id));2. 在模型中的使用:protected function beforeSave() $purifier = new CHtmlPurifier(); $purifier- options = array( 'URI.AllowedSchemes'= array( 'http' = true, 'https' = true, 'HTML.Allowed'= 'div', if(parent::beforeSave()){ if($this- isNewRecord){ $this- create_data = date('y-m-d H:m:s'); $this- content = $purifier- purify($this- content); return true; }else{ return false;3. 在過濾器中的使用:public function filters() return array( 'accessControl', // perform access control for CRUD operations 'postOnly + delete', // we only allow deletion via POST request 'purifier + create', //載入插入頁面時進行些過濾操作public function filterPurifier($filterChain){ $purifier = new CHtmlPurifier(); $purifier- options = array( 'URI.AllowedSchemes'= array( 'http' = true, 'https' = true, 'HTML.Allowed'= 'div', if(isset($_POST['news']){ $_POST['news']['content'] = $purify($_POST['news']['content']); $filterChain- run();4. 在視圖中的使用: php $this- beginWidget('CHtmlPurifier'); ...display user-entered content here... php $this- endWidget(); 更多關于Yii相關內容感興趣的讀者可查看本站專題:《Yii框架入門及常用技巧總結》、《php優秀開發框架總結》、《smarty模板入門基礎教程》、《php面向對象程序設計入門教程》、《php字符串(string)用法總結》、《php+mysql數據庫操作入門教程》及《php常見數據庫操作技巧匯總》希望本文所述對大家基于Yii框架的PHP程序設計有所幫助。PHP教程

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 吉木乃县| 南宁市| 全州县| 垦利县| 彭州市| 乌什县| 资中县| 富锦市| 香格里拉县| 伊通| 顺平县| 万宁市| 湖南省| 山东| 辉南县| 廊坊市| 图木舒克市| 门源| 彭泽县| 宣化县| 汤阴县| 中宁县| 乌拉特中旗| 屏东市| 灌阳县| 喜德县| 梧州市| 延津县| 绥化市| 杂多县| 华亭县| 玛沁县| 全南县| 巴彦县| 探索| 清苑县| 微山县| 山丹县| 台中县| 翁牛特旗| 长垣县|