How to implements hmvc |
someone knows any good tutorial to implement the HMVC pattern.
Thanks a lot!
How about this?
CodeIgniter 4 HMVC Programming Tutorial - Online Web Tutor https://onlinewebtutorblog.com/codeignit...-tutorial/
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.
|
Welcome Guest, Not a member yet? Register Sign In |