get

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()

    • if $fetch = "N" do not put ->get()

Last updated