cakephp-basic-functions

Global basic utilities for the CakePHP application

View the Project on GitHub anklimsk/cakephp-basic-functions

CakePHP 2.x Basic functions plugin

Build Status Coverage Status Latest Stable Version License

Global basic utilities for the CakePHP application

This plugin provides next features:

Installation

  1. Install the Plugin using composer: composer require anklimsk/cakephp-basic-functions
  2. Add the next line to the end of the file app/Config/bootstrap.php:

    CakePlugin::load('CakeBasicFunctions', ['bootstrap' => true]);
    

Using

Using this plugin