CodeIgniter Forums
Controller Injector - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=31)
+--- Thread: Controller Injector (/showthread.php?tid=86729)



Controller Injector - mjamilasfihani - 02-14-2023

Dear Member,

First of all, I want to inform to you all, that I've created
an injection library for controller in CodeIgniter4.

Here is the repositoy link :
https://github.com/mjamilasfihani/conquer-container

My idea to create this library is not for production at first, but in some
reason, you want to learn fast how Repository's pattern is working, isn't?

It's not a good implementation, but I as developer I want to tell you someting
that `data type` is very helpfull if you can realize it.

Hopefully it can inspire you to learn something new everyday Smile

If you find something's not working, feel free to make some issues.

Thank You,

---
Best Regards,

Jamil


RE: Controller Injector - kenjis - 02-23-2023

Thank you for sharing your insight.