Who use that
#8

Yep, its a query builder actually. Not just one query per field write.
I dont really like them though. Stuff you can achieve with that are just basic select/insert/update queries, takes like 20 minutes to understand them if youve never seen a SQL before. The include probably takes the same time to get into the usage, but other than SQL this isnt universal syntax, and youll have to learn it again and again for every new query builder youre using.

Also, once youve got the basics of SQL, theres barely any difference between a query and the builder in terms of readbility. The pure query usually is even easier to read for simple stuff.

So, dont use query builders to avoid learning SQL. That wont pay out.
Reply


Messages In This Thread
Who use that - by HoussemGaming - 25.06.2017, 17:02
Re: Who use that - by coool - 25.06.2017, 17:10
Re: Who use that - by Astralis - 25.06.2017, 17:15
Re: Who use that - by DRIFT_HUNTER - 25.06.2017, 17:29
Re: Who use that - by Vince - 25.06.2017, 17:57
Re: Who use that - by Hansrutger - 25.06.2017, 18:19
Re: Who use that - by Abagail - 25.06.2017, 18:36
Re: Who use that - by Mauzen - 25.06.2017, 19:00
Re: Who use that - by Hansrutger - 25.06.2017, 19:03
Re: Who use that - by Vince - 25.06.2017, 19:31
Re: Who use that - by GoldenLion - 25.06.2017, 21:05
Re: Who use that - by DavidGravelli - 25.06.2017, 21:15
Re: Who use that - by ValueA - 28.06.2017, 21:38

Forum Jump:


Users browsing this thread: 4 Guest(s)