rr-
13d77dd14a
Fixed whitespace
2015-11-25 09:48:03 +01:00
Marcin Kurczewski
3245c75187
Removed controller layer
2014-11-21 22:16:31 +01:00
Marcin Kurczewski
2a7ca79b2d
Added Route layer proof of concept
2014-11-21 10:23:49 +01:00
Marcin Kurczewski
632bac8661
Added "use ..." statements
...
This version ditches backwards compatibility with PHP earlier than 5.6.
2014-10-18 18:48:36 +02:00
Marcin Kurczewski
640b66a324
Added list of SQL statement to debug output
2014-10-18 18:48:34 +02:00
Marcin Kurczewski
332ca8e4b7
Added query count statistics to responses
2014-10-18 18:48:33 +02:00
Marcin Kurczewski
15eb2342b9
Moved public data to public_html/
...
This is going to improve caching.
2014-10-18 18:48:24 +02:00
Marcin Kurczewski
d44e9c9ac9
Fixed tests not calling parent::setUp()
2014-10-18 18:48:20 +02:00
Marcin Kurczewski
c117367974
Added IValidatable; moved validation to FormData
...
I still struggle to find out how to deal with arguments like
$userNameOrEmail. Should I trim() them in controllers, or in service?
If I do it in service, shouldn't all of such validation belong in there?
2014-10-18 18:48:19 +02:00
Marcin Kurczewski
2ecb79a2fa
Added passive authorization
2014-10-18 18:48:18 +02:00
Marcin Kurczewski
57fd080e52
Changed tests structure
2014-10-18 18:48:17 +02:00
Marcin Kurczewski
7be8061aa8
Fixed serializing classes in Dispatcher
2014-10-18 18:48:16 +02:00