摘要: 1 <?php 2 /* 3 * 类的功能 4 * 传入二位数组导出excel 5 * 传入excel 导出二位数组 6 * @author mrwu 7 */ 8 require('PHPExcel.php'); 9 require_once 'PHPExcel/Reader/Excel5.php 阅读全文
posted @ 2015-08-12 23:04 冰狼爱魔 阅读(446) 评论(0) 推荐(0) 编辑
摘要: 表结构 现在有客户表、订单表、图书表、作者表, 客户表Customer (id customer_name) 订单表Order (id order_name customer_id book_id) 图书表Book (id book_name author_id) 作者表Author (id aut 阅读全文
posted @ 2015-08-12 22:49 冰狼爱魔 阅读(1848) 评论(0) 推荐(0) 编辑