kkbold / cms-core
Core libraries for the KK Bold CMS (kkcms)
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Requires
- crazedsanity/database: 0.4.*
- crazedsanity/template: 0.4.*
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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
getMenuand relied onglobal $db.
Doing that can create cases of action at a distanceThings that used to be in
Baseare either gone or inutility.
Don't Get Offended
I've written bad code. Anybody that's written any code as written bad code.