web applications tend to have a admin panel?

Posted by ajsie on Stack Overflow See other posts from Stack Overflow or by ajsie
Published on 2010-04-26T03:10:51Z Indexed on 2010/04/26 3:13 UTC
Read the original article Hit count: 221

i wonder if large web applications like twitter and facebook have admin panels to handle CRUD for users, posts, images, themes and so on just like in CMS like drupal?

so programmers have to code the front for the regular users AND back for the administrators?

if i develop an web application is it recommended that i also code the admin part? or is it unnecessary since i can handle all directly in mysql and by editing php scripts directly?

share your thoughts!

thanks

© Stack Overflow or respective owner

Related posts about cms

Related posts about webapplication