/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$this->db->select('title, content, date'); $query = $this->db->get('mytable'); // Produces: SELECT title, content, date FROM mytable