Could this sentence:
$this->allow('role', 'resource', 'permission', new My_Acl_Assert_Rule());be translated in English like this: "Create an allow rule for this role, resource and permission WHEN My_Acl_Assert_Rule returns TRUE? I want a way to allow access just if My_Acl_Assert_Rule filter is satisfied and I want a way to restrict access UNLESS My_Acl_Assert_Rule is not in the same time. Thanks. -- View this message in context: http://www.nabble.com/Zend_Acl_Assert_Interface-Usage-tp19668142p19668142.html Sent from the Zend Framework mailing list archive at Nabble.com.
