vendredi 29 décembre 2017

Update laravel with eloque ORM

I update my blog whith eloque ORM and the code don't start

public function save_edit(Request $request, $id){
      DB::table('produit')
        ->where('po_id', $id)
        ->update(['po_prix' => 85]);
}

Where is the problem? thank you



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2Duq0f9
via IFTTT

Aucun commentaire:

Enregistrer un commentaire