mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 21:21:27 +00:00
- include inc.DBAccess.php
This commit is contained in:
parent
3de58ab8bc
commit
e6236378ad
|
@ -14,6 +14,7 @@
|
||||||
/**
|
/**
|
||||||
* Include some files
|
* Include some files
|
||||||
*/
|
*/
|
||||||
|
require_once("inc.DBAccess.php");
|
||||||
require_once("inc.AccessUtils.php");
|
require_once("inc.AccessUtils.php");
|
||||||
require_once("inc.FileUtils.php");
|
require_once("inc.FileUtils.php");
|
||||||
require_once("inc.ClassAccess.php");
|
require_once("inc.ClassAccess.php");
|
||||||
|
@ -40,8 +41,8 @@ require_once("inc.ClassNotification.php");
|
||||||
* by design. It is up to the calling application to use the methods
|
* by design. It is up to the calling application to use the methods
|
||||||
* {@link LetoDMS_Folder::getAccessMode} and
|
* {@link LetoDMS_Folder::getAccessMode} and
|
||||||
* {@link LetoDMS_Document::getAccessMode} and interpret them as desired.
|
* {@link LetoDMS_Document::getAccessMode} and interpret them as desired.
|
||||||
* Though, there are two convinient functions to filter a list users or
|
* Though, there are two convinient functions to filter a list of
|
||||||
* documents/folders by a given access right. See
|
* documents/folders for which users have access rights for. See
|
||||||
* {@link LetoDMS_DMS::filterAccess}
|
* {@link LetoDMS_DMS::filterAccess}
|
||||||
* and {@link LetoDMS_DMS::filterUsersByAccess}
|
* and {@link LetoDMS_DMS::filterUsersByAccess}
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user