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)
- Host: GitHub
- URL: https://github.com/balisecode/bridge
- Owner: BaliseCode
- Created: 2018-12-04T22:12:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-01T19:39:18.000Z (over 6 years ago)
- Last Synced: 2025-01-25T22:39:30.830Z (4 months ago)
- Language: PHP
- Size: 40 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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