system/sql/tbl/system_user_to_rights.php
2015-09-10 00:56:17 +02:00

12 lines
226 B
PHP

<?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';
}