Hi
I want to have multiple login with in single zend application.
I have five sections A,B,C,D,E and four type of users (P,Q,R,S) including anonymous user.These section have sub sections. Section A,B,C required login to access them. Section D and E can be accessed by all type of users but there are some action that can be followed by specific type of users.
P can only login to sec A, Q can login to sec B and R can login to sec C.
Can you please suggest what directory structure I should use and how should I implement multiple login.
Thanks