hi,
i have this threaded table - branches
and i would like to cover the usage of individual branches with 1.2
ACL behavior
class Branch extends AppModel {
var $actsAs = array('Acl'=>'controlled');
function parentNode() {
return $this->findById($this->data['Branch']['root_branch']);
}
}
but i suppose i have to configure the acl behavior more,
for example, should i create i aco node for root branch by hand, and
should i tie them together?
how?
a tutorial on acl behaviour would be a life-saver.
thx in advance for any info.
jan
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---