Page 389 of 211,272, showing 20 records out of 4,225,423 total, starting on record 7,761, ending on 7,780
# | Username | Text | |
---|---|---|---|
# | Aug 9th 2008, 18:11 | jaredhoyt | actually i haven't used acl in a while so i wouldn't know :) |
# | Aug 9th 2008, 18:11 | TommyO | ACTION loves Auth |
# | Aug 9th 2008, 18:11 | jezek | don't those go hand in hand |
# | Aug 9th 2008, 18:12 | jaredhoyt | jezek: sort of... auth identifies a person, acl specifies their access |
# | Aug 9th 2008, 18:12 | jaredhoyt | but simple access control can be handle by the authcomponent as in the above example |
# | Aug 9th 2008, 18:13 | jaredhoyt | i haven't had a need for acl yet... you'd need if you had multiple roles like author, contributor, admin, superuser etc |
# | Aug 9th 2008, 18:13 | jezek | so not if i just have user and admin? |
# | Aug 9th 2008, 18:14 | jaredhoyt | TommyO: i like your above solution better than the one i've been telling people... didn't think about the admin param... i've been saying if(in_array($this->action, array('admin_edit', etc...)) andand ...) { } |
# | Aug 9th 2008, 18:14 | jaredhoyt | jezek: nah, to just protect admin routing stuff you can just use controller authorization |
# | Aug 9th 2008, 18:15 | markstory | ACTION loves acl |
# | Aug 9th 2008, 18:15 | jaredhoyt | lol |
# | Aug 9th 2008, 18:15 | jaredhoyt | ACTION loves wizard |
# | Aug 9th 2008, 18:15 | markstory | ACTION also loves wizard component. |
# | Aug 9th 2008, 18:15 | jaredhoyt | =P |
# | Aug 9th 2008, 18:15 | jezek | ACTION loves everyone |
# | Aug 9th 2008, 18:15 | markstory | were you the original author? |
# | Aug 9th 2008, 18:16 | Maniaman | ACTION loves cake |
# | Aug 9th 2008, 18:16 | jaredhoyt | yeah |
# | Aug 9th 2008, 18:16 | jezek | no homo |
# | Aug 9th 2008, 18:16 | markstory | I owe you a big hi five then, I've used it in two big projects. |