Tuesday, July 3, 2012

Working with request in yii

You can work with request data directly using PHP superglobals such as $_SERVER, $_GET,
or $_POST but the better way is to use Yii powerful CHttpRequest class that resolves
inconsistencies among different web servers, manages cookies, provides some additional
security, and has a nice set of OO methods

No comments:

Post a Comment