This repository has been archived on 2025-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
host_danube/dbd/tbl/system/UserRightsTable.php
2013-04-22 18:57:51 +02:00

11 lines
171 B
PHP

<?php
namespace DBD\SYSTEM;
class UserRightsTable {
const NAME = 'system.user_to_rights';
const FIELD_USERID = 'userID';
const FIELD_RIGHTID = 'rightID';
}