Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function yourHelperFunction(){
- $ci=& get_instance();
- $ci->load->database();
- $sql = "select * from table";
- $query = $ci->db->query($sql);
- $row = $query->result();
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement