There are cases that you want to make an ajax request to another server and get the results.
There are cases that you want to make an ajax request to another server and get the results.
After of model update (successfull or not) throught CGridView (check the below link) you probably need to updates the specific row html in cgridview (not entire cgridview)
There are cases you want to update a record on CGridview directly
Many applications wish to obtain parts of the URL for the current page (the hostname, the query string, etc.), and the CHttpRequest
class wraps various $_SERVER
variables to break down the URL into its constituent parts.