FMCorz / AclManager

Plugin to manage Acl for CakePHP 2.x
59 stars 33 forks source link

Support aliases in ARO table #14

Open houseoftech opened 11 years ago

houseoftech commented 11 years ago

Added option in bootstrap to define fields to use from ARO Model as an alias field in the ARO table.

FMCorz commented 11 years ago

Thanks for the pull request.

Could you describe a use case for this? If find the term 'alias' rather confusing with alias models, but that's maybe because I'm not familiar with this.

Thank you. Fred

houseoftech commented 11 years ago

I guess it's just in case you want to debug on a database level. The ARO alias field has been included in a lot of tutorials and I have found it useful. I added it as an option so it shouldn't affect anyone not using this particular field.