예제 #1
0
 function get($id)
 {
     $r = new Realm();
     return $r->find_one_by_id($id);
 }