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

(12-26-2024, 12:09 AM)InsiteFX Wrote: 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();


But you still explicitly declare $session as a property?
Reply


Messages In This Thread
RE: Creation of dynamic property DEPRECATED - by JustJohnQ - 12-26-2024, 04:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB