tbl_lookup.php 214 Bytes
Newer Older
JULIO JARAMILLO's avatar
JULIO JARAMILLO committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<?php

return array(
	/*
	'sample1'=>array(
		'name' => '',
		'code' => '',
		'type' => '',
		'position' => '',
	),
	'sample2'=>array(
		'name' => '',
		'code' => '',
		'type' => '',
		'position' => '',
	),
	*/
);