From 404bdc46e65cb2531dba21930fcc89d7e16ee940 Mon Sep 17 00:00:00 2001 From: leithoff Date: Tue, 5 Jul 2016 13:23:15 +0200 Subject: [PATCH] Updated CodeCorner2 (markdown) --- CodeCorner2.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CodeCorner2.md b/CodeCorner2.md index c885e55..d000114 100644 --- a/CodeCorner2.md +++ b/CodeCorner2.md @@ -1,4 +1,10 @@ > [Wiki](Home) ▸ [Developer Docs](Developer Docs) ▸ [Code Corner](Code Corner) ▸ **day two** ▸ [day three](CodeCorner3) *** -Some text to come \ No newline at end of file +On day two of our training session we stepped into how we should send and recieve data, and how we +should design our application a bit more the eGroupware way. + +Lets start with the traditional way to climb the hill +We decided that we wanted to have some input possibilities to affect the output of our greeting of the world. +Our index.php file now includes a form to start with and a form that comes into action to +display the users input and a button to reload the whole thing. \ No newline at end of file