Wednesday, March 29, 2017

Query_while in Laravel

How would I do such a similar query with laravel?

$GLOBALS['db']->query_while("SELECT * FROM games 
WHERE id_gioco='".$id_gioco."' AND id_utente='".$USER['id']."'");

In the documentation of laravel and Eloquent, I found nothing on query_while.



via Xanger

Advertisement