摘要: doImg(); */ class circleSeal { private $sealString; //印章字符 private $strMaxLeng; //最大字符长度 private $sealRadius; //印章半径 private $rimWidth; //边框厚度 private $innerRadiu... 阅读全文
posted @ 2017-09-28 17:35 lglblog 阅读(354) 评论(0) 推荐(0) 编辑
摘要: array('id'=>'1','parentid'=>0,'name'=>'一级栏目一'), * 2 => array('id'=>'2','parentid'=>0,'name'=>'一级栏目二'), * 3 => array('id'=>'3','parentid'=>1,'name'=>'二级 阅读全文
posted @ 2017-09-28 17:29 lglblog 阅读(286) 评论(0) 推荐(0) 编辑
摘要: init(1000, 20); * $page->setNotActiveTemplate(' {a} '); * $page->setActiveTemplate('{a}'); * echo $page->show(); * * * @author 风居住的地方 */ class Page { /** * 总条数 */ private $... 阅读全文
posted @ 2017-09-28 17:24 lglblog 阅读(282) 评论(0) 推荐(0) 编辑
摘要: xxx,'name'=>xxx,'password'=>xxx,'option'=>xxx) * @var array */ protected $Config; /** * 构造函数 * @param array $config */ public function __construct($config) ... 阅读全文
posted @ 2017-09-28 17:19 lglblog 阅读(227) 评论(0) 推荐(0) 编辑