Skip to content

Commit 7087b41

Browse files
committed
Note optional features
1 parent a5742d0 commit 7087b41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
1618
As I currently use this framework for my private projects only, there is not much documentation available yet. Feel free to ask
1719
questions or checkout also the [php-webapp-template](https://github.com/technicalguru/php-webapp-template) repository which
1820
provides starter templates.

0 commit comments

Comments
 (0)