CodeIgniter Forums
How to implements hmvc - 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: How to implements hmvc (/showthread.php?tid=78889)



How to implements hmvc - lukmagg - 03-23-2021

someone knows any good tutorial to implement the HMVC pattern.

Thanks a lot!



RE: How to implements hmvc - kenjis - 03-23-2021

How about this?

CodeIgniter 4 HMVC Programming Tutorial - Online Web Tutor
https://onlinewebtutorblog.com/codeigniter-4-hmvc-programming-tutorial/


RE: How to implements hmvc - HugoC - 03-29-2021

In order to understand some of these key issues, we must differentiate between the presentation layer (or client tier) and the GUI layer. The GUI layer deals with a small subset of the whole presentation layer, namely the UI widgets and the immediate effects of user actions -- a JTextField and its ActionListener, for example. The presentation layer needs to deal with application flows and server interaction in addition to providing GUI services.