Re: [fw-general] newbie acl/auth question

2007-05-06 Thread Sebastian Krebs
First i have created resources with Zend_Acl_Resource as a "string-container" $res = new Zend_Acl_Resource ($request-> getControllerName ()); Now Ive implemted the Interface in my abstract Controller // in Controller $acl->add ($this); It depends on what you want to protect, what you

Re: [fw-general] newbie acl/auth question

2007-05-06 Thread Sebastian Krebs
First i have created resources with Zend_Acl_Resource as a "string-container" $res = new Zend_Acl_Resource ($request-> getControllerName ()); Now Ive implemted the Interface in my abstract Controller // in Controller $acl->add ($this); It depends on what you want to protect, what you

[fw-general] newbie acl/auth question

2007-05-06 Thread Hoopes
Hey, Apologies if this has been answered elsewhere, but i've searched the list and googled and am still somewhat confused. I guess my disconnect is the ids/names for roles and resources. I've followed Rob Allen's tutorials to get started, and have authentication working. My users in the datab