Guest User

Untitled

a guest
Dec 6th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. $response = new \stdClass;
  2.  
  3. while( $o = static::fo( $r );
  4. {
  5. $response->{$o->id} = $o;
  6. }
  7.  
  8. return $response;
Add Comment
Please, Sign In to add comment