All Projects → atk4 → atk4-addons

atk4 / atk4-addons

Licence: other
Agile Toolkit Addons

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].