Skip to content

Latest commit

 

History

History
executable file
·
19 lines (11 loc) · 736 Bytes

models.rst

File metadata and controls

executable file
·
19 lines (11 loc) · 736 Bytes

Models

Models

The framework offers two backend frameworks by default: Doctrine and Atlas. Doctrine is very useful when dealing with Domain Logic, and Atlas is very useful when dealing with Persistence Logic.

To learn how to configure these backend services in the LightMVC Framework, please see the configuration model section.

For more information on Doctrine, please see the Doctrine website.

For more information on Atlas, please see the Atlas website.

Code examples of how to use these backend frameworks are given in the skeleton application section of this documentation.