Before going to share complete CMS
in PHP OOP I want to show you that what is CMS?
CMS means Content Management System. CMS is web application
or program which is used to manage or create content. In this blog post I am
going to share complete CMS in PHP OOP with source
code which is easily downloadable and executable. The source code is a backlink
free code. You can use this code for any CMS Project. In CMS there are two
units, first is front end WEBSITE for users and second is back end which is
Admin Panel. Admin Panel is a gateway for administrator from which administrator
can login to and made changes according to its requirements.
How to execute PHP OOP CMS?
For that purpose you have need to install XAMPP or WAMP on
your system. You can download these software from official websites the links are given XAMPP or
WAMP.
After installation, download CMS source code file and paste in HTDOCS
folder which is located in xamp/wamp installation folder. After that open your web browser
(Chrome or Firefox) then write “localhost/phpblog”
in URL address bar of browser. Then source code will be execute. Now the
website is in front of you (as a visitor) which we have designed in coding. You
need to import database which has the content post or admin panel.
Import Database?
To import database you need to create a new database with
name of “phpblog”. Just go to localhost/phpmyadmin and create a new
database (whole method is practically discussed in the video tutorial given
below). Now you have created an offline localhost, now you can view you website
on your localhost. You can login to admin panel of your site by entering given
credentials email: abc@gmail.com and
password: walikhan. You can also change login information
later.
Video Tutorial
For your guidance about whole process of PHP OOP CMS I have also published a video tutorial.
For your guidance about whole process of PHP OOP CMS I have also published a video tutorial.