Skip to content
/ PHP_CMS Public

An oop php content management system , using PDO with prepared statements

Notifications You must be signed in to change notification settings

CrikoC/PHP_CMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP_CMS

An oop php content management system, using PDO with prepared statements


Requirements

  1. PHP - Apache - MySQL server (XAMPP WAMP MAMP)

  2. composer


Setup

  1. create a database. Name it "cms" or give whatever name you like and also change it in the "includes/database.php" file.

  2. Import the provided database (it contains an administrator account that you should use to log in)

  3. The database already has a user with admin capabitiles. Just login with:

username: admin

password: administrator

You can edit this account to your own liking or create a new one.

  1. Use composer to install the phpmailer package

Hope you like it. Leave your feedback and recommendations!

About

An oop php content management system , using PDO with prepared statements

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published