Skip to content

Instantly share code, notes, and snippets.

@willianmano
Created September 26, 2014 18:17
Show Gist options
  • Save willianmano/a432de7e7bccc63e0381 to your computer and use it in GitHub Desktop.
Save willianmano/a432de7e7bccc63e0381 to your computer and use it in GitHub Desktop.
acls no zf1
;roles
acl.roles.visitante = null
acl.roles.user = visitante
acl.roles.admin = user
;resources = controllers
acl.resources[] = index
acl.resources[] = auth
acl.resources[] = usuario
acl.resources[] = destinatario
acl.resources[] = oficio
acl.resources[] = requerimento
acl.resources[] = circular
acl.resources[] = memorando
acl.resources[] = async
acl.resources[] = download
acl.resources[] = grupo
acl.allow.visitante[] = auth.index
acl.allow.visitante[] = auth.logout
acl.allow.user[] = usuario.profile
acl.allow.admin[] = grupo.index
acl.allow.admin[] = grupo.retrieve
acl.allow.admin[] = grupo.create
acl.allow.admin[] = grupo.update
acl.allow.admin[] = grupo.delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment