summaryrefslogtreecommitdiff
path: root/poc/poc02-compiling-cake/src/vendor/cakephp-2.2.1-0-gcc44130/lib/Cake/Test/test_app/Config/htmlhelper_tags.php
blob: abff9cdf5f4d223ca20d9ef81ccf5898e867944e (plain)
1
2
3
4
5
6
7
8
<?php

$config = array(
	'tags' => array(
		'form' => 'start form',
		'formend' => 'finish form'
	)
);