📜  在 codeigniter 中重定向 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:07.380000             🧑  作者: Mango

代码示例4
// Codeigniter 4 redirect with data

return redirect()->to('/user/profile/')->with('success', 'Profile updated successfully');