About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
a1exlism
10/21/2016 - 7:40 AM
share
Share
add_circle_outline
Save
CI_db_query.php
CI_db_query.php
content_copy
file_download
$query = $this->db->get(xxxxxx); $query->row(x); 返回第N行数据 $query->results(); 返回所有数据
clear