Re: Cake 2.1 Problem creating Aro records from existent users

2012-08-27 Thread kani
Yes me too On Tuesday, April 3, 2012 8:44:46 AM UTC+8, Arnold wrote: > > Hi, > > I'm trying to implement ACL for my already created application and > need to create the aro records for my current existent users. On IRC > Ceeram said i just need to load AclBehaviour into my User's model, > find all

Cake 2.1 Problem creating Aro records from existent users

2012-04-02 Thread Arnold Roa
Hi, I'm trying to implement ACL for my already created application and need to create the aro records for my current existent users. On IRC Ceeram said i just need to load AclBehaviour into my User's model, find all users and save it (update any field, i guess) and that will create the ARO row. I