mstdmstdd 0 Posted April 12, 2017 Share Posted April 12, 2017 Hello,If there is a way in laravel 5.4 for saved model $ret= $client->save(); get value not as hardcoded property $new_client_id = $client->client_id; But field name as string param, like: $new_client_id = $client->cGetByName('client_id'); Thanks! Quote Link to post Share on other sites
Solution Jacques1 629 Posted April 12, 2017 Solution Share Posted April 12, 2017 $p = $o->{'p'}; Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.