I was wondered what is the best way (and maybe the more secure) to organize the admin area.
First, what I mean by administration area, it is to manage the site itself (manage user, manage the cache, manage news, ...).
Currently, I have a User
table, so that users can log into their member's area.
So is it better to use the same table, and add a user with special rights (administrator) or create another table only for administrators?
It also means having to manage multiple identities on the site (Member, Administrator).
What is the best way to proceed in Zend?