Monday, May 27, 2013

PHP - A simple CMS - Online Library

Content Management System (CMS) is a computer system that allows the user to create, edit, delete, and show whatever information they are interested. CMS is often working as a website developed with database, back-end and front-end scripting language.

I have created a simple CMS - Online Library, to simply describe what a CMS looks like.

The system is developed by PHP and MySQL, and running on Apache. Actually, I am using WAMP which you can find at wampserver to deploy the environment.

The system includes:

  • List and show articles (everyone)
  • Add, edit and delete articles (admin)
  • Database and CSS files

See code structure and database tables structure.







See the page and behaviour












No comments:

Post a Comment