docu_system/files/sql/tbl/system_user_to_rights.php.txt

13 lines
227 B
Plaintext

<?php
namespace SYSTEM\SQL;
class system_user_to_rights {
const NAME_PG = 'system.user_to_rights';
const NAME_MYS = 'system_user_to_rights';
const FIELD_USERID = 'userID';
const FIELD_RIGHTID = 'rightID';
}