File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,15 @@ faces when he wants to start a new website. This framework addresses:
66* Localization
77* Flexible design, theme and layout of websites and individual pages
88* Database Access (mostly MariaDB or MySQL)
9- * Data Model abstact layer to avoid any SQL writing
9+ * Data Model abstract layer to avoid any SQL writing
1010* Flexible URL routing (mapping the URL path to a specific Page class)
1111* Logging
1212* Email Sending
1313* Application Configuration
1414* Session Handling and Persistence
1515
16+ Most of them are not mandatory to use. The configuration allows to switch off many of them.
17+
1618As I currently use this framework for my private projects only, there is not much documentation available yet. Feel free to ask
1719questions or checkout also the [ php-webapp-template] ( https://github.com/technicalguru/php-webapp-template ) repository which
1820provides starter templates.
You can’t perform that action at this time.
0 commit comments