phpVMS is written in the MVC format on a custom framework called "Codon". This format allows easy customization, while separating all of the application logic from the HTML views. Some basics:
Controllers are the "heart" of the application - located in /core/modules
Views are the HTML output and templates - located in /core/templates
Models are the data-base layer - located in /core/common
Recommended Comments
There are no comments to display.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.