addressbook/README.md

433 B

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.