摘要: 1)查询$table->find() ##返回一条记录,是一个关联数组,是一维数组。$table->select() ##返回第一维是索引数组,第二维是关联数组的二维数组。$table->count() ##返回数字2)插入$table->add()1.如果table中没有auto_incremen... 阅读全文
posted @ 2014-05-23 10:49 Martin2 阅读(161) 评论(0) 推荐(0) 编辑