Skip to content
/ goodies Public

Spark helper for Code Igniter. It contains some simple but useful php functions for general purpose

Notifications You must be signed in to change notification settings

damko/goodies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CodeIgniter Goodies

It's a very simple collection of functions. Some of them were found in internet and adjusted, some are written by me.

Download

https://github.com/damko/goodies

Usage

$this->load->spark('goodies/0.0.1');

When loading the spark it autoloads the helpers so there is no need to load them manually. After loading the spark you can simply call any of the functions included in the helpers.

Example

$this->load->spark('goodies/0.0.1');

$arr = array("breed" => "dog");

if(is_associative_array($arr)) {
	//do something		
}

About

Spark helper for Code Igniter. It contains some simple but useful php functions for general purpose

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages