This will literaly get the result of our query and this will end the chain of:
select()->get();
selectLoop()->get();
query()
if $fetch = "Y" put ->get()
$fetch = "Y"
->get()
if $fetch = "N" do not put ->get()
$fetch = "N"
Last updated 3 years ago