@qingjieshouliang M1n1 Shira0ka

M1n1 Shira0ka File Manager

Current Path : /www/wwwroot/eblliwsm.com/c8efb1c6/Lib/Model/
Upload File :
Current File : /www/wwwroot/eblliwsm.com/c8efb1c6/Lib/Model/TagsModel.class.php

<?php
class TagsModel extends Model{
	protected $_validate=array(
		array('name','require','标签名称不能为空'),
		array('name','/^[^_\'\"]+$/','标签名称不能用下划线或单双引号','0','',3),
		array('sort','number','排序号只能为数字'),
	);

}
?>

GO Party By You