Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is mvcl design pattern in open-cart?

Tags:

opencart

What is MVCL design pattern in open-cart, i heard about mvc (model , view , controller ) but don't understand what is MVCL stand for or what is this.

like image 297
Dc Rownak Avatar asked Sep 19 '25 20:09

Dc Rownak


1 Answers

MVCL means Model View Controller Language The controller brings the text stored in the language file, and turns them into variables that can be echoed in the template file to displayed text. This is especially useful for managing translations. enter image description here

like image 132
ovicko Avatar answered Sep 23 '25 12:09

ovicko