/** * Instance construct */ function __construct($uid = false) { $this->members = Members::instance($uid); $this->memberInfo = MemberInfo::instance(); $this->oauthaccesstoken = OAuthAccessTokens::instance(); $this->images = new ImageControl(); }
/** * Instance construct */ function __construct() { $this->rolesControl = new RolesControl(); $this->members = Members::instance(); $this->member_info = MemberInfo::instance(); }