Basic PHP Programming

Your guide to basic PHP Programming

Archive for July, 2008

Where CMS information is stored

without comments

circuit board
CMS stores the data for building the pages in an Open Source in the MySQL database system provided by PHP. The backend database is where all systems related to page building are stored: various graphics linked to pages, text, maintaining statistics and managing user login and logout.

Usually, the content in a site is arranged while the text in each article is merely piled up, hence, if the site administrator decides to alter the look of the site, he can only update the template. The information stored on the other hand, remains as is, but the manner it is presented becomes different.

Written by editor

July 7th, 2008 at 9:07 am

Posted in file system