Hi,
It is not exactly based on MVC pattern but is similar.
We have a folder named Controller where we place all the controllers.
The model and the controller are both inside a namespace CODOF.
And the view is in a spearate folder inside 'sites'.
We did this so that codoforum can support multiple sites.
Hi,
It is not exactly based on MVC pattern but is similar.
We have a folder named Controller where we place all the controllers.
The model and the controller are both inside a namespace CODOF.
And the view is in a spearate folder inside 'sites'.
We did this so that codoforum can support multiple sites.