CONTROL_SECCODE::__construct PHP Method

__construct() public method

public __construct ( )
    function __construct()
    {
        //构造函数
        $this->obj_seccode = new CLASS_SECCODE();
        //初始化视图对象
    }