Welcome Guest, Not a member yet? Register   Sign In
Wildfire - Yet another wrapper for Query Builder
#6

(This post was last modified: 06-09-2016, 08:39 AM by albertleao.)

Hey @rougin,

I'm still wondering what benefits there are to using this. I commend your work, but why would I use this over CI's query builder or what I use currently (Eloquent).

My current code works as simple as :

PHP Code:
//User object
$user = \Models\User::where('id''='1)->first();

//User posts
$posts $user->posts;

//Convert posts to array
$array_of_posts $posts->toArray(); 
Codeigniter is simply one of the tools you need to learn to be a successful developer. Always add more tools to your coding arsenal!
Reply


Messages In This Thread
RE: Wildfire - Yet another wrapper for Query Builder - by albertleao - 06-09-2016, 08:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB