Created
February 6, 2012 04:06
-
-
Save nveselinov/1749498 to your computer and use it in GitHub Desktop.
How to Refresh Current Page in CodeIgniter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| redirect($this->uri->uri_string()); |
good work, thanks
Nice, but what about redirect(current_url())?
Nice, but what about
redirect(current_url())?
use return redirect()->to(current_url()) if you are using Codeigniter 4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks