foreach ($users as $user). {. var_dump($user->name); ... The query above will produce the following SQL: select * from users where name = 'John' or (votes > ...
確定! 回上一頁