Skip to content

evrokas/php-cms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

php-cms

This repository is a simple PHP CMS meant to be used as a starting point. The code consists of a simple login process, a dashboard, a place to view/add/edit/delete users, and a place to view/add/edit/delete projects. In an effort to keep the PHP code focused and basic, only the absolute basics have been included. The whole CMS only consists of HTML, PHP, and SQL.

A few notes regarding the CMS:

  • There is no form validation
  • Security is very basic
  • Image uploading is done through a separate page using a basic servers-side script
  • Images are stored in the database as a base64 string
  • Image resizing is done through WideImage (you'll need to add this to the includes folder)

Tutorial Requirements:

Full tutorial URL: https://codeadam.ca/learning/php-cms.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.1%
  • CSS 3.8%
  • Hack 0.1%