Welcome Guest, Not a member yet? Register   Sign In
Help to apply onion architecture in codeIgniter
#4

An even easier way to get your "onion architecture" is to use CodeIgniter 4.
It shares most of the same goals as the onion, namely independence of the UI, database, and external agencies. It has adapters (or handlers if you prefer that term) to bind your app to other "stuff", and the model/entity/persistance mindset (if I interpret the article correctly). And it is testable.

One thing CI4 doesn't have, from an "onion" perspective, is the "independence of frameworks" aspect, unless you consider CI4 to be a technique for achieving that Undecided

Just sayin' Smile
Reply


Messages In This Thread
RE: Help to apply onion architecture in codeIgniter - by ciadmin - 11-29-2018, 03:38 PM



Theme © iAndrew 2016 - Forum software by © MyBB