Welcome Guest, Not a member yet? Register   Sign In
How to make my app an CI4 from CI3?
#3

(This post was last modified: 01-12-2021, 07:36 AM by demyr.)

You need to code again your projects. However, the basic understanding is similar.
  • There are some differences with Controller as well: You can send header and footer on Controller: View Part on User Guide
  • Also Redirect line within your controller is a bit different

    return redirect()->to($_SERVER['HTTP_REFERER']); // It  an example of redirect to the same page. You can even send a message: Redirect Page On User Guide
  • Be careful with the namespaces.
Reply


Messages In This Thread
How to make my app an CI4 from CI3? - by yuma2020 - 01-11-2021, 11:31 PM
RE: How to make my app an CI4 from CI3? - by demyr - 01-12-2021, 07:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB