Hi MrTufty,

If you don't need conceptual explenations (which it sounds to me like
you don't) I would suggest:

installing the acm plugin
there are instructions on use in the index page (if you just drop it in
it wont, look for index.thtml in the view files)
correct the initial problems you might have (e.g. it needs the config
file in the download to be included somewhere)
Load your users, create some acos using the gui
Put a call like this : "if ($this->Acl->check($aro, $acoAlias,
$action='*')) {" in an appropriate place.
Add some logging so you can see the results of these calls on the
screen/in the log.

And in principle by the time you get to there (it might take you an
hour) you should be quite au fait with how cake has put in place db
acl. Be aware that if you delete a node which has a parent it corrupts
things a bit (there are google threads on how to deal with  this) and
adding to MPTT tables can be quite slow, reads are as fast as they come
though ;)

I'll leave it at that for now,

Cheers,

AD7six


--~--~---------~--~----~------------~-------~--~----~
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