kkbold / cms-core
There is no license information available for the latest version (v0.2.2) of this package.
Core libraries for the KK Bold CMS (kkcms)
v0.2.2
2016-12-30 17:12 UTC
Requires
- crazedsanity/database: 0.4.*
- crazedsanity/template: 0.4.*
README
This is the set of libraries that are required to get an instance of KKCMS off the ground.
Things of Note
Things have been rewritten and re-organized so they can be included using composer via Packagist so dependencies can be handled more easily.
Some things that may have changed:
Most anything that might fall into an anti-pattern
Methods that did database calls like
getMenu
and relied onglobal $db
.
Doing that can create cases of action at a distanceThings that used to be in
Base
are either gone or inutility
.
Don't Get Offended
I've written bad code. Anybody that's written any code as written bad code.