yii
A PHP framework.
# Notes
Serve:
|
|
Follows an MVC model.
/config
- stores configs!/controller
- controllers/models
- models/views
- page templates (views)
More here.
Has weird naming conventions that map to ID’s. actionSomeStuff
maps to action ID some-stuff
. SiteController
takes its views from views/site
.