tattersoftware / codeigniter4-relations

Entity relationships for CodeIgniter 4
MIT License
87 stars 20 forks source link

Full Implementation Example #2

Closed rlaurente closed 4 years ago

rlaurente commented 4 years ago

Hi I just switch to codeigniter 4.

Can you please provide full example

Thanks

MGatner commented 4 years ago

I'm going to apply this module to a fork of https://github.com/codeigniter4projects/playground with live usage examples and some addition in-place docs. It will probably be a week or so though, so stay tuned. I'm glad to answer specific questions if you have any - the forum thread would be appropriate:

https://forum.codeigniter.com/thread-74447.html

MGatner commented 4 years ago

An example of using Relations within the CodeIgniter Playground can be found here: https://github.com/MGatner/playground/tree/relations

You can see exactly what I did in this commit, some Model loading and some Entity: https://github.com/MGatner/playground/commit/f6c395af7e975b125523b20c556d8844044a896e

This example can be browsed here: https://relations.igniter.be

crustamet commented 5 months ago

this example does not work anymore :o