Introduction
Documentation
- Installing Ambition
- Creating your first application
- Configuration
- Controllers and Views
- Ambition Templates
- Accessing and Storing Data
- Extending your Application with Plugins
- Integrating with Almanna
- Web Forms and Helpers
- Testing Your Application
Tutorials
Advanced Topics
Etcetera
- Frequently Asked Questions (FAQ)
- Handy Recipes and How Tos
- Troubleshooting
- Support Forum on Google Groups
Documentation
Accessing and Storing Data
The model layer of the MVC design pattern is represents the data associated with an application, whether from a database, filesystem, or external service. In many cases, a model class is an ad hoc representation of data, but there are plugins and libraries available to create model classes from other types of data.