yajinn / merakli

OOP Content Management System for meraklibilisimci.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Merakli CMS Content Management System Content Management System using PHP and Object Oriented Programming

Merakli CMS is a Content Management System created for educational purpose wihout MVC pattern. The very basic system to add posts and categories on a webpage. The atricle series are started on http://meraklibilisimci.com consisting 10 different articles about, CMS and OOP concepts.

##Things to do

  • Pagination
  • Authorization & Login
  • Redirection and 404 page
  • API Documentation using PhpDocumentor
  • Adding articles to Doc folder

Installation

  • Create Cms folder on your server and add repository files into it.
  • Create a database called 'merakli' on your MySQL database, and run db/merakli.sql on it.
  • After that you have to change Config/config.inc.php and add your database login settings.

About

OOP Content Management System for meraklibilisimci.com