//For a custom shadow image to be shown, custom background image must also be set with the setBackgroundImage:forBarMetrics: method. If the default background image is used, then the default shadow image will be used regardless of the value of this p…
25.显示最后一条查询的sql语句:主要用于在连贯操作时,检测拼接的sql语句是否正确 echo $this->db->last_query();//如:select * from pt_users where uid>10 order by datetime desc limit 0,10 26.CI_DB_pdo_driver PDO数据库驱动类 $this->db->affected_rows();//影响记录数(事务中常用),区分:$this->db->g…