I have read book.cakephp articles on ACL Behavior & ACL Component, but I am still not clear on their distinction.
i.e., when is it best to use both? ACLBehavior only? ACLComponent only? If you can provide some simple usage examples accentuating these three different cases, that would certainly help my understanding...
My specific scenario, in case you want to finetune your answer to it: I want to implement a HABTM ACL with nested user groups; I plan to achieve this with the aid of TinyAuth or Ceeram's Authorize plugin.
Note: I believe I do grasp the distinction between Behavior vs Component in general; I am just confused about ACL implementation of them.