Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 654 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 654 Bytes

A toolset to use php framework's concepts to plugins (and themes)

Bridge is a toolset to use php framework's concepts live Models, Views and Controllers, and other tools, like Database builder and a Routers to make Wordpress a viable solution for large scale project. Because let's face it, relational data is not Wordpress' strength, and routing can easely become complicated;

| Note the project is a work in progress, for now it's not completed

Routes

use Balise\Bridge\FrontRoute
use Balise\Bridge\BackRoute

Controllers

use Balise\Bridge\Controller

Models

use Balise\Bridge\Model

Database

Views