/ Published in: PHP
Expand |
Embed | Plain Text
$this->db->select('title, content, date'); $query = $this->db->get('mytable'); // Produces: SELECT title, content, date FROM mytable
Comments
Subscribe to comments
You need to login to post a comment.

http://codeigniter.com/userguide/database/activerecord.html