Just run

php acl.php initdb

from the command line in your /cake/scripts folder.  Worked very well
with my PostgreSQL 8 database.  For more information, read the excerpt
below (taken from
http://wiki.cakephp.org/docs:acl:introduction?s=acl#dbacldatabase-backed_acl_for_cake)

"
The new stuff is called dbAcl, and is available in
/cake/libs/controller/components/dbacl/

It consists of a controller, and a whole bunch of models: Aclnode, Aco,
AcoAction, Aro, Aros_Aco. The map to tables that hold permissions,
groups and user data for your application.

An SQL file: /cake/libs/controller/components/dbacl/db_acl.sql sets up
tables for you.

In the /cake/scripts folder, there is an ACL command-line utility which
will perform tasks like auto-magically creating the necessary tables
for you. Just type 

php acl.php help
"


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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