Skip to content

TimZwart/florisproject

Repository files navigation

This is an attempt at a blogging engine. it is inspired by the simple structure of the codeigniter PHP framework. it follows the front controller pattern

to install it on linux, copy to the server directory for example /var/www/html/florisproject and run the install.sh

paths:

/                       goes to overview of the last ten posts

/posts                  "

/posts/overview         "

/posts/new\_post         you can create a new blogpost here

/posts/posts/{id}       view a specific post

/admin                  goes to admin view

wat de bestanden doen

index.php                               front controller, routering

controllers/controller\_baseclass.php   database, login

controllers/posts.php                   view posts, individual posts, add a post

controllers/admin.php                   beginnings of admin page, login

views/\*                                basic views for the controllers        

About

blogging engine for mr floris

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published