In laravel 5.1, I want to do like
$myTable = MyTable->select('firstField');
if ($somethingTrue) {
$myTable->select('secondField');
}
$myTable->get();
where I want both firstField & secondField to be selected.
Of course the code above is not working, i.e. only the secondField is selected in the end.
Is there any function provided by query builder class that can do exactly what I want?
from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/1WqzAal
via IFTTT
Aucun commentaire:
Enregistrer un commentaire