摘要: 学习了mongodb的安装和初级的数据库操作。 阅读全文
posted @ 2017-07-19 23:55 昨天的你的现在的未来 阅读(231) 评论(0) 推荐(0)
摘要: <?php class SingerModel extends CI_Model { function SingerModel() { //会将数据库对象赋值给CI_Controller的db属性 $this->load->database(); } // 查询数据库 function getSin 阅读全文
posted @ 2017-07-19 17:02 昨天的你的现在的未来 阅读(1470) 评论(0) 推荐(0)
摘要: 表3 表2 表1 首先controllers 拿到表一的id给mod select 表3.taste FROM 表2 left join 表三 ON 表二.numid = 表三.num WHERE 表二.dataid = 表一.id //查询数据库 $query = $this->db->query 阅读全文
posted @ 2017-07-10 18:28 昨天的你的现在的未来 阅读(177) 评论(0) 推荐(0)