
Generic Persistance model
Implementation for example include DB, filesystem etc ...
If the table doesn't exists yet, it will be created automatically.

Generic Persistance model
Implementation for example include DB, filesystem etc ...
If the table doesn't exists yet, it will be created automatically.
Note that if you change your model (add fields, rename fields etc.. you will have to handle changes in the upgrade() method.