Go to file
tracer e262987298 split up into Vanilla and CakePHP 2022-11-25 12:01:28 +01:00
Vanilla changed dir structure to handle second version of the book 2022-11-25 11:46:00 +01:00
.gitignore initial commit 2022-10-25 17:56:29 +02:00
README.md split up into Vanilla and CakePHP 2022-11-25 12:01:28 +01:00

README.md

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.