Welcome Guest, Not a member yet? Register   Sign In
Using Model's CRUD methods in advanced queries
#3

Hi RobT,

What you're asking for is more about ORM than CRUD.
CI4 comes with some basic CRUD / ORM tools (see https://codeigniter4.github.io/userguide...model.html)

But many-to-many relationships are more complex than it seems, especially if there more than 2 entities implied in the association or if there are some additional attributes in the association.

I've made a try with CI3 in order to manage these kind of associations (plus the possibility to link to a concrete or abstract Model)
You can find it here: https://www.concorde-project.org

Have a good day,
Vincent
Reply


Messages In This Thread
RE: Using Model's CRUD methods in advanced queries - by vincent78 - 10-30-2019, 08:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB