/Dragonfly

Simple Model-View-Controller Framework for PHP

Primary LanguagePHP

Dragonfly

Simple Model-View-Controller Framework for PHP

Codacy Badge

Installation

Installation is very simple. Download zip file from this repository and create a folder in your development environment. Next you need configure you apache or IIS server to point folder you created before.

How to use

This is simplified MVC pattern. In you app folder you can see model, view, controller folders with an example how to use. Please consider run before make any changes to see results.