Welcome Guest, Not a member yet? Register   Sign In
Help Needed with Documentation
#7

Kilishan,

As a long time user of CI, I would implore you to focus on the database section.
- there is the "straight" way to for queries (i.e. $db->query() )
- there is the "builder" way to for queries (i.e. $builder->get() )
- there is the "model" way to for queries (i.e. $userModel->findAll()Wink

Each with a slightly different, yet seemingly overlapping way to do things.
It is maddening at times...

Then there are entities. Which just add to the confusion on how all of this is supposed to work together.

And clear examples from a basic provided table schema with examples that apply to it would be divine. Also, complete examples, a single line without context when trying to sort something out is frustrating (like where does $db or $builder come from...). And then how to access the results in the same example would make the process complete.

Been working in CI4 on production systems now for the past 3 months and I'm still like WTF do I need to do to get and inspect the query results.
Reply


Messages In This Thread
Help Needed with Documentation - by kilishan - 06-04-2021, 07:07 AM
RE: Help Needed with Documentation - by demyr - 06-05-2021, 07:58 AM
RE: Help Needed with Documentation - by kilishan - 06-06-2021, 08:32 PM
RE: Help Needed with Documentation - by Kaosweaver - 06-21-2021, 08:22 AM
RE: Help Needed with Documentation - by kilishan - 06-21-2021, 08:34 AM
RE: Help Needed with Documentation - by acutetech - 06-24-2021, 01:50 AM
RE: Help Needed with Documentation - by sudeepjd - 08-20-2021, 08:44 PM
RE: Help Needed with Documentation - by kenjis - 11-17-2021, 09:28 PM
RE: Help Needed with Documentation - by kenjis - 11-17-2021, 08:01 PM
RE: Help Needed with Documentation - by sudeepjd - 07-29-2021, 02:52 AM
RE: Help Needed with Documentation - by renela - 08-20-2021, 12:02 PM
RE: Help Needed with Documentation - by kenjis - 12-01-2021, 05:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB