Jump to content

For model get field name as string param


mstdmstdd

Recommended Posts

 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! 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.