Simple PHP with Sqlite database and Feature Driven directory.
Feature:
- View
- Controller
clone repository
git clone https://github.com/rehanaf/siphp.git
Controller, View, and Migration in one directory
Controller
folder/_controller.php
View
folder/index.php
Migration
folder/_migration.php
Example:
users/
_controller.php // controller
_migration.php // migration
login.php // view
register.php // view