MVC architecture
In MVC architecture,every module is
disconnected into either the model,view or view is where your presentation
logic is presentation is anything to do with the you need to change a vale in
any HTML element,you should only use the presentation layer to do it.
Comments
Post a Comment