摘要: 1 function pr($obj, $exit = false){ 2 if($obj){ 3 echo ""; 4 print_r($obj); 5 echo ""; 6 } 7 if($exit){ 8... 阅读全文
posted @ 2015-05-28 09:56 nigou 阅读(196) 评论(0) 推荐(0) 编辑
摘要: function list_to_tree($list, $pk='id',$pid = 'pid',$child = '_child',$root=0){ // 创建Tree $tree = array(); if(is_array($list)) { // 创建基... 阅读全文
posted @ 2015-05-28 09:55 nigou 阅读(609) 评论(0) 推荐(0) 编辑
摘要: ## Markdown 编辑器看着还真简单啊------------------------------------------->> 还有图片上传呢?>>> 图片上传的风格和页面风格差的真多.试试表格吧______________________________Date | Pl... 阅读全文
posted @ 2015-05-28 09:46 nigou 阅读(133) 评论(0) 推荐(0) 编辑