Re: Ebook : CakePHP 1.3 ACL ACO/ARO Control Panel

2010-08-23 Thread Kyko
I just downloaded it. It looks nice, but I would like to have it in English! =) 2010/8/20 Azril Nazli azril.na...@gmail.com Those who can understand Bahasa Melayu language ( probably who's living in Indonesia,Malaysia,Brunei ) , can read the book. But I use a lot of screenshots in English, so

Re: Ebook : CakePHP 1.3 ACL ACO/ARO Control Panel

2010-08-23 Thread Renato de Freitas Freire
Very nice.. Publish it in google docs... so we can translate to english... (i guess).. Congratz! -- Renato de Freitas Freire ren...@morfer.org On Mon, Aug 23, 2010 at 9:37 PM, Kyko kykoc...@gmail.com wrote: I just downloaded it. It looks nice, but I would like to have it in English! =)

Ebook : CakePHP 1.3 ACL ACO/ARO Control Panel

2010-08-20 Thread Azril Nazli
Those who can understand Bahasa Melayu language ( probably who's living in Indonesia,Malaysia,Brunei ) , can read the book. But I use a lot of screenshots in English, so probably you can follow the tutorial This book is all about building Control Panel to 1. Manage ACOs 2. Assign Permission to

Re: ACL - aco/aro creation help

2009-12-08 Thread jodator
From: http://book.cakephp.org/view/648/Setting-up-permissions $group = $this-User-Group; //Allow superadmins to everything $group-id = 1; //if superadmins have $id = 1; $this-Acl-allow($group, 'controllers'); //allow admins $group-id = 2; $this-Acl-allow($group,

ACL - aco/aro creation help

2009-12-07 Thread gautam lakum
Hi all, I am using ACL with my cakePHP application. I want to assign permissions to the users. I have groups table, in which I have 3 types of groups called 1. superadmin 2. admin 3. member The permissions are like superadmin can access all the controllers actions, admin can also access all the

ACO / ARO

2009-06-26 Thread Dave Maharaj :: WidePixels.com
If using UUID's as primary key do I then have to edit foreign_key in AROS table to CHAR(36)? What about other fields in ACOS / AROS / AROS_ACOS? Thanks Dave --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

ACO/ARO in index functions

2008-11-25 Thread white devil
hi, is there is an easy way to filter object data in the controller for index pages before its sent to the view, based on an aro, without quering the aro/aco tables directly? cheers/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to

Re: error when creating aco | aro with cake console cake 1.2

2008-01-23 Thread cmbg
I get this problem as well. Was this reported? Did you get a workaround? On Jan 4, 5:32 am, polutan [EMAIL PROTECTED] wrote: I got this error when i run this command : cakeaclcreate aco / ROOT Fatal error: Undefined class name 'string' in D:\tohtdocs\MyBand\cake \libs\model

Re: error when creating aco | aro with cake console cake 1.2

2008-01-23 Thread cmbg
Nevermind, I added use('string'); to the cake/libs/set.php file On Jan 23, 3:36 pm, cmbg [EMAIL PROTECTED] wrote: I get this problem as well. Was this reported? Did you get a workaround? On Jan 4, 5:32 am, polutan [EMAIL PROTECTED] wrote: I got this error when i run this command :

error when creating aco | aro with cake console cake 1.2

2008-01-04 Thread polutan
I got this error when i run this command : cake acl create aco / ROOT Fatal error: Undefined class name 'string' in D:\tohtdocs\MyBand\cake \libs\model \datasources\dbo_source.php on line 1456 what must i have to do ? help me please thank you

Re: ACL question: ACO-ARO links not being set as expected. Why?

2007-09-07 Thread Paul
Anyone any ideas? Surely ACL shouldn't be this hard? By the way, I'm using PHP 5 and Cake 1.2. On 31 Aug, 10:44, Paul [EMAIL PROTECTED] wrote: Hi there, I'm getting more and more frustrated withACL, so please someone help me before I drive myself mad! I'm sure once I'm over this last

ACL question: ACO-ARO links not being set as expected. Why?

2007-08-31 Thread Paul
Hi there, I'm getting more and more frustrated with ACL, so please someone help me before I drive myself mad! I'm sure once I'm over this last hurdle it'll all fall into place :) If i do this: $this-Acl-deny($aroNode,$acoNode); then all the _read, _update etc. fields in the aros_acos table

DBACL aco aro group design

2006-04-06 Thread Jon Bennett
hi, I'm hoping someone with more experience will be able to point me in the right direction with how to layout my ACO/ARO groups etc. What I'm trying to do is use ACL to both control access to different sections of my admin system (news, products etc) and give a varying access level to a user