holografix . wrote: > > I have the following scenraio. There are customers and admin users. > They are in separate tables (customers and users). Customers can login, > list > I personally believe that having customers and users in separate tables is a design mistake. Everyone is a "user", some users are "customers" (role), others are "admins" (role).
I believe you should start there. Code until you have a working login system where you can create, read (list), update, and delete (disable) users (CRUD). Once you have that, start thinking about how to utilize Zend_Acl roles. ----- -- Wil Moore III Why is Bottom-posting better than Top-posting: http://www.caliburn.nl/topposting.html -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Zend-Acl-and-Zend-Auth-scenario-Best-approach-tp2531315p2534772.html Sent from the Zend Framework mailing list archive at Nabble.com.
