Updated CodeCorner3 (markdown)

leithoff 2016-07-26 16:44:53 +02:00
parent fee6ccc1e5
commit 81c6efafd0

@ -442,3 +442,5 @@ The index function is called from our index.php file or as callback for this for
<h4>What do we have</h4>
Using the eTemplate we have now splitted the display of the userinterface from its processing code.<br />
The structured developing techniques of the CodingRules - the 3-tier-approach (<em>UI &gt; BO &gt; SO !!!</em>) - enables us to split the layers of our application, and handle certain stuff at the right level (e.g. time -&gt; user/system) and just there.<br />
***
> [Wiki](Home) ▸ [Developer Docs](Developer Docs) ▸ [Code Corner](Code Corner) ▸ **day three** ▸ [a day in between](CodeCorner3a)