Skip to content

Classic CD collection CRUD example with default SQLite database and extended models.

License

Notifications You must be signed in to change notification settings

mvccore/example-cdcol-extended-models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MvcCore - Example - CD Collection - Extended Models

Latest Stable Version License Packager Build PHP Version

MvcCore classic CD collection CRUD example with default SQLite database and extended models.

Example uses SQLite database by default, but it contains also MySQL, MSSQL and PostgreSQL database backups, included in ./.databases/ directory.

This example is not a single file project application. If you want to see how to build a single file application with this example,
run this example first (to see how it works) and then follow steps here on mvccore/example-cdcol-portable.

Instalation

composer create-project mvccore/example-cdcol-extended-models