Acl refactoring

This commit is contained in:
Frédéric Guillot
2014-12-31 12:37:15 -05:00
parent 66f150d887
commit 772804add8
93 changed files with 943 additions and 626 deletions

View File

@@ -21,7 +21,7 @@ $project_id = $projectModel->create(array(
'name' => 'Project #1'
));
$permissionModel->allowUser($project_id, 1);
$permissionModel->addMember($project_id, 1);
for ($i = 0; $i <= 5; $i++) {
$userModel->create(array(