public function executePageRefresh(sfWebRequest $request){ //... something usefull here //... going back $this->redirect($request->getUri()); }we use redirect function of symfony and method getUri() from $request object... getUri() give the complete URL inclucing the http and query string.
No comments:
Post a Comment