You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
898 B
46 lines
898 B
<?php
|
|
$data = array (
|
|
0 =>
|
|
array (
|
|
'cat_id' => '1',
|
|
'cat_name' => '咖啡類',
|
|
'cat_ico' => '',
|
|
'measure_unit' => '',
|
|
'parent_id' => '0',
|
|
'is_show' => '1',
|
|
'show_in_nav' => '0',
|
|
'grade' => '0',
|
|
'sort_order' => '10',
|
|
'has_children' => '0',
|
|
'goods_num' => '11',
|
|
),
|
|
1 =>
|
|
array (
|
|
'cat_id' => '3',
|
|
'cat_name' => '荼類',
|
|
'cat_ico' => '',
|
|
'measure_unit' => '',
|
|
'parent_id' => '0',
|
|
'is_show' => '1',
|
|
'show_in_nav' => '0',
|
|
'grade' => '0',
|
|
'sort_order' => '20',
|
|
'has_children' => '0',
|
|
'goods_num' => 0,
|
|
),
|
|
2 =>
|
|
array (
|
|
'cat_id' => '2',
|
|
'cat_name' => '定食類',
|
|
'cat_ico' => '',
|
|
'measure_unit' => '',
|
|
'parent_id' => '0',
|
|
'is_show' => '1',
|
|
'show_in_nav' => '0',
|
|
'grade' => '0',
|
|
'sort_order' => '30',
|
|
'has_children' => '0',
|
|
'goods_num' => '1',
|
|
),
|
|
);
|
|
?>
|