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

This package is auto-updated.

Last update: 2024-05-14 07:33:39 UTC


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:

  1. Most anything that might fall into an anti-pattern

  2. Methods that did database calls like getMenu and relied on global $db.
    Doing that can create cases of action at a distance

  3. Things that used to be in Base are either gone or in utility.

Don't Get Offended

I've written bad code. Anybody that's written any code as written bad code.