Matrices

 

dimofinf->userinfo$

This matrix includes the current user data; this data is formed into a table that consists of the below: 

usergroupid : the membership number to which the user belongs. .

userid : the membership number that is registered in the database.

username : the user name used to login.

usertitle : the title of the user.

email : the email address used by the user.

permissions : the user's permission as per the membership group he belongs to.

styleid : the default style number of the user.

displayname : the member's name that is displayed on the website.

gender :the member's gender, 0 for male and 1 for female.

token :The security passcode used by the member in order to send forms. 

To fetch additional information using userprofile table that is linked to user table, you need to define the below constants in a PHP file: 

PHP:

{* php buffer start *}   

{* php buffer end *}

This matrix is obtained from a data store. 

dimofinf->languagecache$

This matrix includes the activated languages in the Dimofinf language table existed in the database. Each language has its own data such as (language code and encryption).This matrix is obtained from a data store. 

dimofinf->stylecache$

This matrix includes the activated styles and their data in the Dimofinf language table existed in the database. The mentioned data are the style dimension and its title. This matrix is obtained from a data store. 

dimofinf->modulesections$

This matrix contains all sections data including the activated modules such as (the section name,  the section ID, the permissions). This matrix is obtained from a data store

dimofinf->usergroupcache$

This matrix includes all membership, members’ data and permissions. This matrix is obtained from a data store

 

Was this answer helpful? 12 Users Found This Useful (48 Votes)