->join(array(\DB::expr('(select SUM(p.amount) as paid, p.case_id
from payments p
where p.status_id = 3
group by p.case_id)'),'p'), 'LEFT')->on('p.case_id','=','c.id')
this is sql query of fuelphp
i am going to convert it to laravel query style to not use DB.
DB means illumiate\Fascade\DB;
how?
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)