README.txt
1) routes/dispatcher ?
2) controllers will handle web input/output only + dispatch/routes
3) business logic handled by dedicated Model class
4) Model split into business logic (db-implementation independent) & DB-dependent components
Business Logic Layer & Data Access Layer.
5) view will be tt