problem in ACL

2012-07-22 Thread Mamdoohi
hello all, i used ACL in my project. i have this tree for my users. Public - Registered - Admin - Manager - SuperUser i want Registered can access to some (or all ) actions that Public can access also Manager can access some (or all) actions that Admin and

Re: problem with ACL...

2008-12-29 Thread vikas
ya i refer that tutorial but its very confusing.. but can u give me some idea about ACO table entry??? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email to

problem with ACL...

2008-12-26 Thread vikas
Hi.. I am learning cakephp myself and uptill now ACL is the tuffest topic.. I am working on a project called TMS-Task Management System. In that There is groups table which has a entry like administrator,manager,developer,designer,client. And I have a users table. In which each user belongs to

Re: problem with ACL...

2008-12-26 Thread Arthur Pemberton
On Fri, Dec 26, 2008 at 4:39 AM, vikas vikas...@gmail.com wrote: Hi.. I am learning cakephp myself and uptill now ACL is the tuffest topic.. I am working on a project called TMS-Task Management System. In that There is groups table which has a entry like

Re: A little problem with ACL Aros tree

2007-08-27 Thread Geoff Ford
($aroPath) - 1; $i = 0; $i--) { to this: for ($i = 0; $i count($aroPath); $i++) { I don't know if this is a bug of my tree layout, or is it a bug of cakephp 1.2 Any ideas ? :) On 8/26/07, Aurelijus Valeiša [EMAIL PROTECTED] wrote: Hi, I have a problem with ACL. My Aros: Public (id: 1

A little problem with ACL Aros tree

2007-08-26 Thread Aurelijus Valeiša
Hi, I have a problem with ACL. My Aros: Public (id: 1 parent_id: null) |- Admin (id: 2 parent_id: 1) |- admin1 (id: 3 parent_id: 2) My Acos: ROOT (id: 1 parent_id: null) |- users (id: 2 parent_id: 1) My Acos_Aros: 1. aco_id: 1 aro_id: 1 deny all acctions 2. aco_id: 2 aro_id: 2 allow all

Re: A little problem with ACL Aros tree

2007-08-26 Thread Aurelijus Valeiša
, Aurelijus Valeiša [EMAIL PROTECTED] wrote: Hi, I have a problem with ACL. My Aros: Public (id: 1 parent_id: null) |- Admin (id: 2 parent_id: 1) |- admin1 (id: 3 parent_id: 2) My Acos: ROOT (id: 1 parent_id: null) |- users (id: 2 parent_id: 1) My Acos_Aros: 1. aco_id: 1 aro_id: 1

problem with ACL and MSSQL

2007-04-16 Thread ryan
Okay, I am simply trying to add an aro at this point using the command: $aro-create(8, null, '[EMAIL PROTECTED]'); and I get the following error: Warning: mssql_query() [function.mssql-query]: message: Invalid column name 'MAX(rght) as rght'. (severity 16) in C:\apache\cake\cake\libs