Page 1 of 1
The MVC design pattern
Posted: Thu Dec 04, 2008 3:27 pm
by mykingla
I find opencart uses the MVC which is like zend framework.
Is it?
Re: The MVC design pattern
Posted: Thu Dec 04, 2008 7:55 pm
by JNeuhoff
it does indeed use an MVC design (well mostly, except for the model). The clear advantage for using (possibly composite) templates in the view part is that it can be easily customized in look and feel.
Re: The MVC design pattern
Posted: Mon Dec 08, 2008 7:13 pm
by mykingla
Can someone introduce the entire process of the core library?
Re: The MVC design pattern
Posted: Mon Dec 08, 2008 8:59 pm
by Qphoria
We will be working on documentation shortly after we get 079 finalized