Currently I have to share a database with more applications and the tables are prefixed to identify each application.
So, many applications can be sharing the same tables ACL? Or, I could change the default names of the tables ACL and add the prefix of each application, eg app_aros, app_acos, app_aros_acos? /* beforeFilter() @ AppController */ $this->Acl->Aro->useTable = "app_aros"; $this->Acl->Aco->useTable = "app_acos"; This code worked but have not found a way to set the value for the model table Permission... Sugestions? [Sorry for my bad english] -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php?hl=en.
