Models
DX Auth library ships with few models file, which is located in 'models/dx_auth/' folder.
These model contain functions to work with specified table. You can use the function in these model, for example to build your own admin panel. Function name in these model is also self explanatiory so it's easy to use.
Here is the list of models included in 'models/dx_auth/' folder:
- users.php contain functions to work with 'DX_users_table' table.
- user_profile.php contain functions to work with 'DX_user_profile_table' table.
- user_temp.php contain functions to work with 'DX_user_temp_table' table.
- user_autologin.php contain functions to work with 'DX_user_autologin' table.
- roles.php contain functions to work with 'DX_roles_table' table.
- permissions.php contain functions to work with 'DX_permissions_table' table.
- login_attempts.php contain functions to work with 'DX_login_attempts_table' table.