I do use prefix param for some other projects where ACL is NOT utilized. However, my particular concern is about ACL component, I am not sure if ACL component respects $prefix param. (i.e. the sql statements to create aros and acos table do not take prefix into account). Aslo, when we specify $prefix, it will be used for all tables, we cannot different prefixs for different tables.
Any insight is appreciated. Zonium On Jun 24, 8:56 am, brian <[email protected]> wrote: > On Tue, Jun 23, 2009 at 11:25 PM, zonium<[email protected]> wrote: > > > We are forced to follow some naming conventions for our tables (some > > prefix needs to be added to the table names). I am going to use ACL > > component, but I wonder if I can use different names for aros, acos > > and acos_aros tables (e.g adding a prefix)? > > I've never used it myself, but there's a 'prefix' param in > database.php. I believe that's all you need to set. --~--~---------~--~----~------------~-------~--~----~ 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] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
