|
Hi everybody,
i have a project to build a simple cms and it must be builded by oop way. This site's content includes:
category for articel, articel's body, guestbook, etc. The problem, all the contents of this site must be saved into database, maybe like Joomla or Mambo.
The question is what classes are required to build this site??.
my tables stucture :
t_category --> for stroing the articel category
t_articel --> for stroring the articel
t_contents ---> for storing my content pages like : Home,About, Profile etc..
t_menu --> for storing all menu for website.
t_templates ---> for storing the templates.
t_admin --> for storing user and administrator username.
Thank you...
|