Zend mvc and handling admin vs user

View: New views
1 Messages — Rating Filter:   Alert me  

Zend mvc and handling admin vs user

by jjsanders :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello everyone.
 
I would like to ask how do you divide your admin pages and user pages.
For example, lets say you have a blog. The user can only see the posts on the blogs. But the Administrator can see the posts but can also edit them and create new posts.
 
So how would you divide this up into your mvc?