CodeIgniter Forums
fork tattersoftware/codeigniter4-relations - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Best Practices (https://forum.codeigniter.com/forumdisplay.php?fid=12)
+--- Thread: fork tattersoftware/codeigniter4-relations (/showthread.php?tid=92534)



fork tattersoftware/codeigniter4-relations - pampala - 02-28-2025

Hi guys, I want to do some changes to tattersoftware/codeigniter4-relations ... it is good / secure practice to create fork on github and use it as dependency in my app?


RE: fork tattersoftware/codeigniter4-relations - ozornick - 03-01-2025

Yes. Or you can suggest improvements if it helps a many peoples.


RE: fork tattersoftware/codeigniter4-relations - michalsn - 03-01-2025

Depending on what changes you want to make, you can check if this (https://github.com/michalsn/codeigniter-nested-model) library will meet your expectations without the need for modifications.

It is based entirely around Models, with eager and lazy loading supports and transactions.