diff --git a/CodeCorner3.md b/CodeCorner3.md index 8e20f4d..aa8e46d 100644 --- a/CodeCorner3.md +++ b/CodeCorner3.md @@ -442,3 +442,5 @@ The index function is called from our index.php file or as callback for this for

What do we have

Using the eTemplate we have now splitted the display of the userinterface from its processing code.
The structured developing techniques of the CodingRules - the 3-tier-approach (UI > BO > SO !!!) - enables us to split the layers of our application, and handle certain stuff at the right level (e.g. time -> user/system) and just there.
+*** +> [Wiki](Home) ▸ [Developer Docs](Developer Docs) ▸ [Code Corner](Code Corner) ▸ **day three** ▸ [a day in between](CodeCorner3a) \ No newline at end of file