mercredi 10 mars 2021

Laravel Custom Clause

Am trying to understand how the whereListing_type custom clause was created in Laravel but could not find any information on it so far

DB::table('property') ->join('auction', 'property.id', '=', 'auction.property_id') ->leftJoin('auctioneer_notes', 'property.id', '=', 'auctioneer_notes.property_id') ->whereListing_type('weauction')



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire