Carsten Brandt
5ed52b98a1
renamed Application::handle() to handelRequest()
...
Name make more sense imo as it is not clear what it handles otherwise.
Removed unused method processRequest form console app and also refactored
console Application to be more similar to web Application.
2013-06-15 14:10:47 +02:00
Qiang Xue
a951e1c8e1
Replaced Jsonable with Arrayable.
...
Added support for different response formats.
Support for error response in different formats.
2013-06-14 16:26:33 -04:00
Carsten Brandt
12e5f62c0b
Errorhandler, manually load classes
...
load ErrorException manually because autoloading them will not work
when error occurs while autoloading a class
2013-06-14 10:49:50 +02:00
Qiang Xue
420637443c
Refactored the way of sending response in controller actions.
2013-06-13 23:39:18 -04:00
Qiang Xue
ad218c6719
moved HttpException to web.
2013-06-10 17:08:26 -04:00
Qiang Xue
9806563f7f
Minor refactoring.
2013-06-10 11:26:56 -04:00
Qiang Xue
551e00bae3
Renamed methods and events in Application.
2013-06-09 22:29:08 -04:00
Qiang Xue
f2d477dce6
Response WIP
2013-06-09 09:47:41 -04:00
Qiang Xue
b7c1f94977
Fixed bug about setting default path aliases.
2013-06-05 08:28:36 -04:00
Qiang Xue
22357befad
Added "@runtime" and "@vendor" aliases.
2013-06-02 15:19:29 -04:00
Qiang Xue
36bbfd54ca
Implemented "@app/runtime" alias.
2013-06-02 07:29:29 -04:00
Qiang Xue
2f1021830d
Added "formatter" app component.
2013-05-28 18:58:35 -04:00
Carsten Brandt
a6c251d2ab
Adjusted vendor dirs of example applications
...
- update composer json to chosse right path
- set vendorPath in application config if not default
2013-05-27 00:22:42 +02:00
Qiang Xue
f72105166c
reorganized the main repo to satisfy PSR-0.
2013-05-21 21:19:05 -04:00