Menu

Core model
Core model for your Leaf app

Overview

This is a simple object which you can extend in your class to create a full powered model.

Including the Core Model

To include the core model, use this:

use Leaf\Core\Model; class HomeModel extends Model

Next Steps

Simple Routing
Response
Simple Authentication
Database Config