set_flashdata is underfined? |
PHP Code: $session = \Config\Services::session(); the error feedback is as follows: PHP Code: Call to undefined method CodeIgniter\Session\Session::set_flashdata()
https://bcit-ci.github.io/CodeIgniter4/l...#flashdata
You are just using the version 3 names, version 4 has diffrent names
Code: $session = \Config\Services::session();
Thanks guys!!
|
Welcome Guest, Not a member yet? Register Sign In |