19 lines
214 B
PHP
19 lines
214 B
PHP
<?php
|
|
|
|
return array(
|
|
/*
|
|
'sample1'=>array(
|
|
'name' => '',
|
|
'code' => '',
|
|
'type' => '',
|
|
'position' => '',
|
|
),
|
|
'sample2'=>array(
|
|
'name' => '',
|
|
'code' => '',
|
|
'type' => '',
|
|
'position' => '',
|
|
),
|
|
*/
|
|
);
|