Compare commits
2 Commits
master
...
switchToCa
Author | SHA1 | Date |
---|---|---|
tracer | e262987298 | |
tracer | 5f1f5e847d |
|
@ -1,3 +1,8 @@
|
||||||
As I was not allowed to use any framework, respectively no foreign code, most of the time was spent, well creating some kind of framework myself. :-)
|
This repo hold a basic programming task I had to do for my new job.
|
||||||
|
|
||||||
The address book itself was then done in a few hours.
|
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.
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
As I was not allowed to use any framework, respectively no foreign code, most of the time was spent, well creating some kind of framework myself. :-)
|
||||||
|
|
||||||
|
The address book itself was then done in a few hours.
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"dbHost": "localhost",
|
||||||
|
"dbPort": 3306,
|
||||||
|
"dbDatabase": "tracer_addressbook",
|
||||||
|
"dbUser": "tracer_addressbook",
|
||||||
|
"dbPassword": "SKTh_6#YM?%q"
|
||||||
|
}
|
Loading…
Reference in New Issue