Welcome Guest, Not a member yet? Register   Sign In
Creation of dynamic property DEPRECATED
#3

This works for me in the BaseController.

PHP Code:
use Config\Services;

/**
 * E.g.: $this->session = \Config\Services::session();
 * Ensure that the session is started and running
 */
if (session_status() == PHP_SESSION_NONE) {
    $this->session Services::session();

What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: Creation of dynamic property DEPRECATED - by InsiteFX - 12-26-2024, 12:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB