TagLib::__construct PHP Method

__construct() public method

架构函数
public __construct ( )
    public function __construct()
    {
        $this->tagLib = strtolower(substr(get_class($this), 6));
        $this->tpl = Template::getInstance();
        //ThinkTemplate::getInstance();
        $this->_initialize();
        $this->load();
    }

Usage Example

Example #1
0
 public function __construct()
 {
     parent::__construct(false);
 }
All Usage Examples Of TagLib::__construct