Welcome Guest, Not a member yet? Register   Sign In
Object of type CodeIgniter\Session\Session is not callable
#10

(This post was last modified: 05-02-2023, 02:55 AM by donpwinston.)

(05-01-2023, 04:36 PM)iRedds Wrote: Your PHP is defective.
The Session class has never been Invokable. This means that your code could not work in principle.

???

print view('my view', ['session' => session()]);


myview.php
...
<p><?= $session->xyz ?></p>
...

So the proper way to access session data in a CI view is to use the session() function or fetch the session data into another variable and pass that to the view? I don't see why it matters. This has been working in CI4 for many years.
Simpler is always better
Reply


Messages In This Thread
RE: Object of type CodeIgniter\Session\Session is not callable - by donpwinston - 05-02-2023, 02:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB