hello, i am currently trying to get the data back from sql / database aka invoice data.
the method im currently using is
$user_in = (\IPS\Db::i()->select('*', 'nexus_invoices', 'i_member',$member_id ))->first();
but the problem is the ->first(); is its only responding the first invoice, if there is 2
wondering if their is any other way to get all data with the correct member id