mercredi 21 décembre 2016

How do a make a php function like laravel select, where

How do I make a function like laravel's query builder?

Example of laravel:

table('users')->where('votes', '>', 100)->orWhere('name', 'John')->get();

NOTE: It should not matter which way you use the seletors.

but I wanna have it like table('users')->select('*')->where('user_id', '=', 100) So it be more like normal SQL



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire