Skip to content

PHP application using my own MVC architecture and PDO database interface.

Notifications You must be signed in to change notification settings

andrzuk/FineCMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FineCMS

Full featured CMS based on my own MVC architecture.

Attention! Improved version was released: https://github.com/PrivateAccount/NotesCMS

Application features:

  • users authentication (ACL)
  • admin panel (settings, templates, styles, scripts, navigation, articles, gallery)
  • activity reports (messages, comments, visits)
  • statistics on charts (period customization, ip frequency)
  • comments system (the newest feature)

General:

  • Language: PHP / OOP / JavaScript
  • Database: MySQL
  • DB interface: PDO
  • User Interface: Bootstrap 3
  • On-line: http://metodycznie.com.pl

Installation:

  • create new empty database on hosting account
  • unpack ZIP and upload to hosting server to public_html folder
  • write database connection parameters in config / config.php
  • open web page in the browser - URL: http://{your-domain}/
  • fill settings form and submit
  • that's all!

Reset application:

  • upload /install folder to hosting server to public_html folder
  • open web page in the browser - URL: http://{your-domain}/
  • fill settings form and submit
  • that's all!

License:

FineCMS is open-sourced software licensed under the MIT license.