MY_Loader::__construct PHP Method

__construct() public method

Sets the path to the view files and gets the initial output buffering level
public __construct ( )
    public function __construct()
    {
        parent::__construct();
        log_message('debug', "MY_Loader Class Initialized");
    }