Procedural File: Model.class.php
Source Location: /model/Model.class.php
Classes:
Model
Model provides a convention for separating business logic from application logic. When using a model you're providing a globally accessible API for other modules to access, which will boost interoperability among modules in your web application.
Page Details:
|
|