samedi 2 mars 2019

How where method works in Laravel Models?

We frequently use where method with our models but it's not defined in Base Model class so how laravel is doing this magic?

e.g MyModel::where('id, 2)->get();

The above where will definitely fetch the record having id equals 2 but where & how is this happening! I traced back to the Base Model in Laravel but didn't found where method!



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire