Skip to content
This repository has been archived by the owner on Sep 4, 2022. It is now read-only.

atk4/atk4-addons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.