Plib_XH

Overview

Plib_XH is a set of infrastructure classes to simplify the development of CMSimple_XH plugins. Besides generally reducing code repetition across different plugins, it focuses on encapsulating accesses to global variables (which are a good part of the API of CMSimple_XH) and procedural infrastructure functions (some provided by CMSimple_XH, and many by PHP), so automated testing is no longer tedious or even outright impossible.

Contrary to Pfw_XH, Plib_XH is not a framework, and as such does not impose a certain software architecture, although it offers components which are suitable to implement model-view-controller like architectures.

Search results