atk4 / atk4-addons

Agile Toolkit Addons

Home Page:http://atk4.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Those addons can be used by Agile Toolkit.

1. Install Agile Toolkit into "atk4"
2. Install addons into "atk4-addons"
3. Inside your API include addons through addLocation():

	$this->addLocation('atk4-addons',array(
		'php'=>array('mvc',
			'billing/lib',
			'misc/lib',
		),
		'template'=>'misc/templates/',
	))->setParent($this->pathfinder->base_location);

Only include search path for addons you will need.
Addons will not be initialized unless you specifically use
them.

About

Agile Toolkit Addons

http://atk4.com/

License:Other


Languages

Language:PHP 90.7%Language:JavaScript 4.2%Language:CSS 4.2%Language:HTML 0.9%