From e262987298d75d2ae21deef737ab8db0e50c8c85 Mon Sep 17 00:00:00 2001 From: tracer Date: Fri, 25 Nov 2022 12:01:28 +0100 Subject: [PATCH] split up into Vanilla and CakePHP --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ee54158 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +This repo hold a basic programming task I had to do for my new job. + +The task was to write a simple address book with plain PHP and Javascript. +No external resources were allowed, so I had to write my own router DBAL and so on. +The result can be found in the Vanilla-Folder. + +Now I got the job and will start working on a CakePHP project, so I decided to rewrite the address book in CakePHP. +Work will happen in the CakePHP-Folder.