HosipLan

Untitled

Feb 6th, 2012
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         public function find($id = 0)
  2.         {
  3.             return $this->db->select('nv.*')->from('nove_vozy nv')
  4.         ->leftJoin('table t')->on('nv.id = t.nv')
  5.         ->where('nv.id = %i', $id)
  6.         ->fetch();    
  7.         }
Advertisement
Add Comment
Please, Sign In to add comment