摘要: $count = M('recharge')->where($map)->count();$page = new Page($count);$lists = M('recharge')->where($map)->order('ctime desc')->limit($page->firstRow. 阅读全文
posted @ 2017-06-06 16:56 再一次我愿丢弃所有 阅读(359) 评论(0) 推荐(0)
摘要: public function export_user(){ $strTable ='<table width="500" border="1">'; $strTable .= '<tr>'; $strTable .= '<td style="text-align:center;font-size: 阅读全文
posted @ 2017-06-06 14:15 再一次我愿丢弃所有 阅读(221) 评论(0) 推荐(0)