The explanation on WIKI of how to configure Cake to use the acl
database implementation is uhh... horrible. Here is what it says:

"Choose ACL implementation

TODO: Explain when to use which implementation
TODO: Show configuration for MyACL
To choose between the database-backed dbAcl and MyACL, edit your
/app/config/core.php. The configuration is at the end of the file:

define('ACL_CLASSNAME',  'DB_ACL');"
define('ACL_FILENAME',   'dbacl'.DS.'db_acl');

All it says is "edit your core.php... doesn't say what to edit it to.
??? What is written above is how it is already written in my core.php.
Does this mean it's already configured to use database? This isn't very
clear.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to