/ Published in: PHP
Expand |
Embed | Plain Text
$query = $this->db->get(); $row = $query->row();
You need to login to post a comment.
$query = $this->db->get(); $row = $query->row();
You need to login to post a comment.