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.
Tuesday, January 18, 2011
Symfony Page Refresh / Reload
Author: Originative
| Posted at: 4:35 AM |
Filed Under:
code samples,
php frameworks,
php tutorial,
symfony tutorial
|
![](http://www.blogger.com/img/icon18_email.gif)
![](http://www.blogger.com/img/icon18_edit_allbkg.gif)
In this quick tutorial we will refresh the page using symfony i.e. we will call the same page form where is request is called lets do it...
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment