Laravel this is not only a practical framework, it is also a programming style
i have query with mySQL like this select cust_name, 'c' from customer...
how to code in laravel? I have try like this...but error
$customer = DB::table('customer') ->select('cust_name','c' as kode);
Aucun commentaire:
Enregistrer un commentaire