Advertisement
kura2yamato

Untitled

Nov 22nd, 2017
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. <?php
  2. $this->db->select(*)->limit(4);
  3.  
  4. $res=$this->db->get('test')->result_array();;
  5. echo '<pre>';print_r($res,1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement