12 Commits

Author SHA1 Message Date
147558ea19 added some class documentation 2013-08-28 19:33:06 +02:00
bdb77f33ba updated @property annotations of many classes 2013-08-28 14:16:13 +02:00
27ad7e1fc7 Added Controller::goHome(). 2013-08-12 13:19:37 -04:00
21eab82413 Refactored redirect() methods. 2013-08-12 12:01:59 -04:00
d1212bc73b Support relative route in Controller::createUrl() 2013-07-24 11:20:04 -04:00
9cf82b3ae1 Added Model::load(). Added Controller::refresh() and redirect(). 2013-06-26 08:34:27 -04:00
f18d6df625 Revert "Merge pull request #548 from cebe/action-response"
This reverts commit 9d7597d61a51ae7030b667f740c2a97471cf7f6e, reversing
changes made to 6b6390f72b6a6010cfbe614aab236a90d10b1a00.
2013-06-16 19:45:58 -04:00
b138199c59 implementation of Response tied to actions
Result of a discussion with @qiangxue
- there is not global Yii::$app->response anymore, every action has
  dedicated response class
- implementation allows using HMVC pattern now, nested actions do not
  interfer
2013-06-16 18:12:27 +02:00
03e07f4340 cleaned up "use" statements. 2013-06-14 22:42:55 -04:00
ad218c6719 moved HttpException to web. 2013-06-10 17:08:26 -04:00
f690f0db13 Fixes issue #441: InvalidRequestException should be HttpException 2013-05-28 19:24:08 -04:00
f72105166c reorganized the main repo to satisfy PSR-0. 2013-05-21 21:19:05 -04:00