0

cakephp:如何创建与 3 个表的关系?我有3张桌子..

Table 1 roles,
id
role_name: (admin, manager, staff..)

Table 2 modules
id
module_name (user module, Group module)

Table 2 actions
id
action_name: (edit, delete, list...)
module_id

Table 3 permissions
id
name:(all, owner right, group right, none)

我想在 cake php 中创建表角色、操作和权限之间的关系。假设角色管理器具有“所有者权限”(权限表)来编辑用户模块的操作。

4

0 回答 0