MY_Loader::__construct PHP 메소드

__construct() 공개 메소드

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");
    }