An open API service indexing awesome lists of open source software.

https://github.com/balisecode/bridge

A toolset to use php framework's concepts to plugins (and themes)
https://github.com/balisecode/bridge

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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