Welcome Guest, Not a member yet? Register   Sign In
Best structure for my "Online Shop"
#4

I think you can use hmvc pattern. It can help you to manage everything, in my project I created two controllers, BaseController and InterfaceController. I put them in app\Controllers then I set some default config.

I extends InterfaceController for handle interface request, and BaseController for do some action. Its also good for you if you can one class one function.

Simple doesn't mean for today, simple can be complex in another day Smile
Reply


Messages In This Thread
RE: Best structure for my "Online Shop" - by mjamilasfihani - 02-09-2020, 03:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB