摘要: 1. 递归 public function getInfo(){$data=$this->select();$arr=$this->noLimit($data,$f_id=0,$level=0);return $arr;}//无限极分类public function noLimit($data,$f 阅读全文
posted @ 2016-11-16 19:38 韩国服务器-Time 阅读(498) 评论(0) 推荐(0) 编辑
摘要: <?php//验证码工具类class Captcha{//属性private $width;private $height;private $fontsize;private $pixes;private $lines;private $str_len;/** 构造方法* @param1 array 阅读全文
posted @ 2016-11-16 19:35 韩国服务器-Time 阅读(382) 评论(0) 推荐(0) 编辑
摘要: <?php//图片处理工具类class Image{//属性private $thumb_width; //缩略图的宽private $thumb_height;//错误属性public $thumb_error;//构造方法public function __construct($width = 阅读全文
posted @ 2016-11-16 19:34 韩国服务器-Time 阅读(244) 评论(0) 推荐(0) 编辑
摘要: <?php//封装一个表单验证类//中文验证、邮箱验证、电话号码、手机、QQ、身份证、(由字母、数字、下划线组成,不能以数字开头)header('content-type:text/html;charset=utf-8');class Form{/*//中文验证的方法//参数:$str,$num1, 阅读全文
posted @ 2016-11-16 19:33 韩国服务器-Time 阅读(371) 评论(0) 推荐(0) 编辑