Stud.IP  2.5 Revision
sample_itx_addblockfile.php File Reference

Variables

 $data
 
 $tpl = new HTML_Template_ITX('./templates')
 

Variable Documentation

◆ $data

$data
Initial value:
= array (array ('packagename'=>'mypackage',
'version' =>'1.0',
'changelog' => array ('fix bug #002',
'add author FOO to AUTHORS')
),
array ('packagename'=>'mypackage',
'version' =>'1.0 RC 1',
'changelog' => array ('fix bug #002',
'added method foo()')
)
)

An example for the usage of ITX::addBlockfile

◆ $tpl

$tpl = new HTML_Template_ITX('./templates')