Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 783 Bytes

README.md

File metadata and controls

51 lines (29 loc) · 783 Bytes

Krumo

Requirements

Setup

  1. Install Sparks if you haven't done so already.
  2. Install the google-analytics-lib spark (see here if you don't know how).

Info

Integration krumo into codeigniter.

Usage

controler call

$this->load->spark('krumo/x.x.x');

To load the aggregate spark..

Krumo

incluede:

config-> autoload.php
libraries->krumo.php
libraries->krumo.ini
libraries->krumo.js
libraries->skins

Setup:

in config file ( krumo.ini into library folder )

[skin] for select krumo skin

[css] for extend external css file ( not recommend , more load time )

HOW TO CALL:

krumo('string');

krumo($variable);