Video - MVCL pattern, code flow and request & response in OpenCart defined
Posted: Wed Dec 12, 2018 8:03 am
OpenCart is based on this MVCL pattern. Let’s see what is MVCL pattern:
-The user request to the controller through URL,
-Controller loads the language and set the variable for any text used in the data.
-If data is needed from the database controller loads the model, ask for result and model send back results, then controller set results to data.
-All these data are sent to View which renders and show the output.
https://www.youtube.com/watch?v=X6bsMmReT-4
Transcript
https://webocreation.com/blog/code-flow ... n-opencart
-The user request to the controller through URL,
-Controller loads the language and set the variable for any text used in the data.
-If data is needed from the database controller loads the model, ask for result and model send back results, then controller set results to data.
-All these data are sent to View which renders and show the output.
https://www.youtube.com/watch?v=X6bsMmReT-4
Transcript
https://webocreation.com/blog/code-flow ... n-opencart