goods_category_pid_releate.php 19 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099
  1. <?php
  2. $data = array (
  3. 0 =>
  4. array (
  5. 0 => '1',
  6. 'catid' => '1',
  7. 1 => '运动/户外/休闲',
  8. 'catname' => '运动/户外/休闲',
  9. 2 => '0',
  10. 'parentid' => '0',
  11. 3 => '2',
  12. 'if_view' => '2',
  13. 4 => '1',
  14. 'catorder' => '1',
  15. 5 => '9',
  16. 'has_children' => '9',
  17. ),
  18. 1 =>
  19. array (
  20. 0 => '2',
  21. 'catid' => '2',
  22. 1 => '女士服装/内衣',
  23. 'catname' => '女士服装/内衣',
  24. 2 => '0',
  25. 'parentid' => '0',
  26. 3 => '2',
  27. 'if_view' => '2',
  28. 4 => '2',
  29. 'catorder' => '2',
  30. 5 => '7',
  31. 'has_children' => '7',
  32. ),
  33. 2 =>
  34. array (
  35. 0 => '3',
  36. 'catid' => '3',
  37. 1 => '男士服装与配件',
  38. 'catname' => '男士服装与配件',
  39. 2 => '0',
  40. 'parentid' => '0',
  41. 3 => '2',
  42. 'if_view' => '2',
  43. 4 => '3',
  44. 'catorder' => '3',
  45. 5 => '10',
  46. 'has_children' => '10',
  47. ),
  48. 3 =>
  49. array (
  50. 0 => '4',
  51. 'catid' => '4',
  52. 1 => '装潢/居家/家具',
  53. 'catname' => '装潢/居家/家具',
  54. 2 => '0',
  55. 'parentid' => '0',
  56. 3 => '2',
  57. 'if_view' => '2',
  58. 4 => '4',
  59. 'catorder' => '4',
  60. 5 => '8',
  61. 'has_children' => '8',
  62. ),
  63. 4 =>
  64. array (
  65. 0 => '5',
  66. 'catid' => '5',
  67. 1 => '电器/厨房用品/保健',
  68. 'catname' => '电器/厨房用品/保健',
  69. 2 => '0',
  70. 'parentid' => '0',
  71. 3 => '2',
  72. 'if_view' => '2',
  73. 4 => '5',
  74. 'catorder' => '5',
  75. 5 => '5',
  76. 'has_children' => '5',
  77. ),
  78. 5 =>
  79. array (
  80. 0 => '6',
  81. 'catid' => '6',
  82. 1 => '汽车/摩托车/自行车',
  83. 'catname' => '汽车/摩托车/自行车',
  84. 2 => '0',
  85. 'parentid' => '0',
  86. 3 => '2',
  87. 'if_view' => '2',
  88. 4 => '6',
  89. 'catorder' => '6',
  90. 5 => '6',
  91. 'has_children' => '6',
  92. ),
  93. 6 =>
  94. array (
  95. 0 => '7',
  96. 'catid' => '7',
  97. 1 => '珠宝/饰品/手表/眼镜',
  98. 'catname' => '珠宝/饰品/手表/眼镜',
  99. 2 => '0',
  100. 'parentid' => '0',
  101. 3 => '2',
  102. 'if_view' => '2',
  103. 4 => '7',
  104. 'catorder' => '7',
  105. 5 => '8',
  106. 'has_children' => '8',
  107. ),
  108. 7 =>
  109. array (
  110. 0 => '8',
  111. 'catid' => '8',
  112. 1 => '电脑/网络/办公',
  113. 'catname' => '电脑/网络/办公',
  114. 2 => '0',
  115. 'parentid' => '0',
  116. 3 => '2',
  117. 'if_view' => '2',
  118. 4 => '8',
  119. 'catorder' => '8',
  120. 5 => '7',
  121. 'has_children' => '7',
  122. ),
  123. 8 =>
  124. array (
  125. 0 => '9',
  126. 'catid' => '9',
  127. 1 => '特价机票/门票旅游/酒店',
  128. 'catname' => '特价机票/门票旅游/酒店',
  129. 2 => '0',
  130. 'parentid' => '0',
  131. 3 => '2',
  132. 'if_view' => '2',
  133. 4 => '9',
  134. 'catorder' => '9',
  135. 5 => '4',
  136. 'has_children' => '4',
  137. ),
  138. 9 =>
  139. array (
  140. 0 => '10',
  141. 'catid' => '10',
  142. 1 => '运动服',
  143. 'catname' => '运动服',
  144. 2 => '1',
  145. 'parentid' => '1',
  146. 3 => '2',
  147. 'if_view' => '2',
  148. 4 => '11',
  149. 'catorder' => '11',
  150. 5 => '0',
  151. 'has_children' => '0',
  152. ),
  153. 10 =>
  154. array (
  155. 0 => '11',
  156. 'catid' => '11',
  157. 1 => '野营',
  158. 'catname' => '野营',
  159. 2 => '1',
  160. 'parentid' => '1',
  161. 3 => '2',
  162. 'if_view' => '2',
  163. 4 => '12',
  164. 'catorder' => '12',
  165. 5 => '0',
  166. 'has_children' => '0',
  167. ),
  168. 11 =>
  169. array (
  170. 0 => '12',
  171. 'catid' => '12',
  172. 1 => '游泳用品',
  173. 'catname' => '游泳用品',
  174. 2 => '1',
  175. 'parentid' => '1',
  176. 3 => '2',
  177. 'if_view' => '2',
  178. 4 => '13',
  179. 'catorder' => '13',
  180. 5 => '0',
  181. 'has_children' => '0',
  182. ),
  183. 12 =>
  184. array (
  185. 0 => '13',
  186. 'catid' => '13',
  187. 1 => '运动包',
  188. 'catname' => '运动包',
  189. 2 => '1',
  190. 'parentid' => '1',
  191. 3 => '2',
  192. 'if_view' => '2',
  193. 4 => '14',
  194. 'catorder' => '14',
  195. 5 => '0',
  196. 'has_children' => '0',
  197. ),
  198. 13 =>
  199. array (
  200. 0 => '14',
  201. 'catid' => '14',
  202. 1 => '户外军品',
  203. 'catname' => '户外军品',
  204. 2 => '1',
  205. 'parentid' => '1',
  206. 3 => '2',
  207. 'if_view' => '2',
  208. 4 => '15',
  209. 'catorder' => '15',
  210. 5 => '0',
  211. 'has_children' => '0',
  212. ),
  213. 14 =>
  214. array (
  215. 0 => '15',
  216. 'catid' => '15',
  217. 1 => '健美健身',
  218. 'catname' => '健美健身',
  219. 2 => '1',
  220. 'parentid' => '1',
  221. 3 => '2',
  222. 'if_view' => '2',
  223. 4 => '16',
  224. 'catorder' => '16',
  225. 5 => '0',
  226. 'has_children' => '0',
  227. ),
  228. 15 =>
  229. array (
  230. 0 => '16',
  231. 'catid' => '16',
  232. 1 => '瑜珈用品',
  233. 'catname' => '瑜珈用品',
  234. 2 => '1',
  235. 'parentid' => '1',
  236. 3 => '2',
  237. 'if_view' => '2',
  238. 4 => '17',
  239. 'catorder' => '17',
  240. 5 => '0',
  241. 'has_children' => '0',
  242. ),
  243. 16 =>
  244. array (
  245. 0 => '17',
  246. 'catid' => '17',
  247. 1 => '羽毛球',
  248. 'catname' => '羽毛球',
  249. 2 => '1',
  250. 'parentid' => '1',
  251. 3 => '2',
  252. 'if_view' => '2',
  253. 4 => '18',
  254. 'catorder' => '18',
  255. 5 => '0',
  256. 'has_children' => '0',
  257. ),
  258. 17 =>
  259. array (
  260. 0 => '18',
  261. 'catid' => '18',
  262. 1 => '其它',
  263. 'catname' => '其它',
  264. 2 => '1',
  265. 'parentid' => '1',
  266. 3 => '2',
  267. 'if_view' => '2',
  268. 4 => '19',
  269. 'catorder' => '19',
  270. 5 => '0',
  271. 'has_children' => '0',
  272. ),
  273. 18 =>
  274. array (
  275. 0 => '19',
  276. 'catid' => '19',
  277. 1 => '衬衫',
  278. 'catname' => '衬衫',
  279. 2 => '2',
  280. 'parentid' => '2',
  281. 3 => '2',
  282. 'if_view' => '2',
  283. 4 => '21',
  284. 'catorder' => '21',
  285. 5 => '0',
  286. 'has_children' => '0',
  287. ),
  288. 19 =>
  289. array (
  290. 0 => '20',
  291. 'catid' => '20',
  292. 1 => '小吊带',
  293. 'catname' => '小吊带',
  294. 2 => '2',
  295. 'parentid' => '2',
  296. 3 => '2',
  297. 'if_view' => '2',
  298. 4 => '22',
  299. 'catorder' => '22',
  300. 5 => '0',
  301. 'has_children' => '0',
  302. ),
  303. 20 =>
  304. array (
  305. 0 => '21',
  306. 'catid' => '21',
  307. 1 => '韩版',
  308. 'catname' => '韩版',
  309. 2 => '2',
  310. 'parentid' => '2',
  311. 3 => '2',
  312. 'if_view' => '2',
  313. 4 => '23',
  314. 'catorder' => '23',
  315. 5 => '0',
  316. 'has_children' => '0',
  317. ),
  318. 21 =>
  319. array (
  320. 0 => '22',
  321. 'catid' => '22',
  322. 1 => '牛仔裤',
  323. 'catname' => '牛仔裤',
  324. 2 => '2',
  325. 'parentid' => '2',
  326. 3 => '2',
  327. 'if_view' => '2',
  328. 4 => '24',
  329. 'catorder' => '24',
  330. 5 => '0',
  331. 'has_children' => '0',
  332. ),
  333. 22 =>
  334. array (
  335. 0 => '23',
  336. 'catid' => '23',
  337. 1 => '蕾丝雪纺',
  338. 'catname' => '蕾丝雪纺',
  339. 2 => '2',
  340. 'parentid' => '2',
  341. 3 => '2',
  342. 'if_view' => '2',
  343. 4 => '25',
  344. 'catorder' => '25',
  345. 5 => '0',
  346. 'has_children' => '0',
  347. ),
  348. 23 =>
  349. array (
  350. 0 => '24',
  351. 'catid' => '24',
  352. 1 => '小外套',
  353. 'catname' => '小外套',
  354. 2 => '2',
  355. 'parentid' => '2',
  356. 3 => '2',
  357. 'if_view' => '2',
  358. 4 => '26',
  359. 'catorder' => '26',
  360. 5 => '0',
  361. 'has_children' => '0',
  362. ),
  363. 24 =>
  364. array (
  365. 0 => '25',
  366. 'catid' => '25',
  367. 1 => '其它',
  368. 'catname' => '其它',
  369. 2 => '2',
  370. 'parentid' => '2',
  371. 3 => '2',
  372. 'if_view' => '2',
  373. 4 => '27',
  374. 'catorder' => '27',
  375. 5 => '0',
  376. 'has_children' => '0',
  377. ),
  378. 25 =>
  379. array (
  380. 0 => '26',
  381. 'catid' => '26',
  382. 1 => '外套',
  383. 'catname' => '外套',
  384. 2 => '3',
  385. 'parentid' => '3',
  386. 3 => '2',
  387. 'if_view' => '2',
  388. 4 => '29',
  389. 'catorder' => '29',
  390. 5 => '0',
  391. 'has_children' => '0',
  392. ),
  393. 26 =>
  394. array (
  395. 0 => '27',
  396. 'catid' => '27',
  397. 1 => '西服',
  398. 'catname' => '西服',
  399. 2 => '3',
  400. 'parentid' => '3',
  401. 3 => '2',
  402. 'if_view' => '2',
  403. 4 => '30',
  404. 'catorder' => '30',
  405. 5 => '0',
  406. 'has_children' => '0',
  407. ),
  408. 27 =>
  409. array (
  410. 0 => '28',
  411. 'catid' => '28',
  412. 1 => '男鞋',
  413. 'catname' => '男鞋',
  414. 2 => '3',
  415. 'parentid' => '3',
  416. 3 => '2',
  417. 'if_view' => '2',
  418. 4 => '31',
  419. 'catorder' => '31',
  420. 5 => '0',
  421. 'has_children' => '0',
  422. ),
  423. 28 =>
  424. array (
  425. 0 => '29',
  426. 'catid' => '29',
  427. 1 => '衬衫',
  428. 'catname' => '衬衫',
  429. 2 => '3',
  430. 'parentid' => '3',
  431. 3 => '2',
  432. 'if_view' => '2',
  433. 4 => '32',
  434. 'catorder' => '32',
  435. 5 => '0',
  436. 'has_children' => '0',
  437. ),
  438. 29 =>
  439. array (
  440. 0 => '30',
  441. 'catid' => '30',
  442. 1 => '凉鞋',
  443. 'catname' => '凉鞋',
  444. 2 => '3',
  445. 'parentid' => '3',
  446. 3 => '2',
  447. 'if_view' => '2',
  448. 4 => '33',
  449. 'catorder' => '33',
  450. 5 => '0',
  451. 'has_children' => '0',
  452. ),
  453. 30 =>
  454. array (
  455. 0 => '31',
  456. 'catid' => '31',
  457. 1 => '休闲包',
  458. 'catname' => '休闲包',
  459. 2 => '3',
  460. 'parentid' => '3',
  461. 3 => '2',
  462. 'if_view' => '2',
  463. 4 => '34',
  464. 'catorder' => '34',
  465. 5 => '0',
  466. 'has_children' => '0',
  467. ),
  468. 31 =>
  469. array (
  470. 0 => '32',
  471. 'catid' => '32',
  472. 1 => '皮带',
  473. 'catname' => '皮带',
  474. 2 => '3',
  475. 'parentid' => '3',
  476. 3 => '2',
  477. 'if_view' => '2',
  478. 4 => '35',
  479. 'catorder' => '35',
  480. 5 => '0',
  481. 'has_children' => '0',
  482. ),
  483. 32 =>
  484. array (
  485. 0 => '33',
  486. 'catid' => '33',
  487. 1 => '男士内衣',
  488. 'catname' => '男士内衣',
  489. 2 => '3',
  490. 'parentid' => '3',
  491. 3 => '2',
  492. 'if_view' => '2',
  493. 4 => '36',
  494. 'catorder' => '36',
  495. 5 => '0',
  496. 'has_children' => '0',
  497. ),
  498. 33 =>
  499. array (
  500. 0 => '34',
  501. 'catid' => '34',
  502. 1 => '男裤',
  503. 'catname' => '男裤',
  504. 2 => '3',
  505. 'parentid' => '3',
  506. 3 => '2',
  507. 'if_view' => '2',
  508. 4 => '37',
  509. 'catorder' => '37',
  510. 5 => '0',
  511. 'has_children' => '0',
  512. ),
  513. 34 =>
  514. array (
  515. 0 => '35',
  516. 'catid' => '35',
  517. 1 => '其它',
  518. 'catname' => '其它',
  519. 2 => '3',
  520. 'parentid' => '3',
  521. 3 => '2',
  522. 'if_view' => '2',
  523. 4 => '38',
  524. 'catorder' => '38',
  525. 5 => '0',
  526. 'has_children' => '0',
  527. ),
  528. 35 =>
  529. array (
  530. 0 => '36',
  531. 'catid' => '36',
  532. 1 => '时尚家饰',
  533. 'catname' => '时尚家饰',
  534. 2 => '4',
  535. 'parentid' => '4',
  536. 3 => '2',
  537. 'if_view' => '2',
  538. 4 => '40',
  539. 'catorder' => '40',
  540. 5 => '0',
  541. 'has_children' => '0',
  542. ),
  543. 36 =>
  544. array (
  545. 0 => '37',
  546. 'catid' => '37',
  547. 1 => '居家日用',
  548. 'catname' => '居家日用',
  549. 2 => '4',
  550. 'parentid' => '4',
  551. 3 => '2',
  552. 'if_view' => '2',
  553. 4 => '41',
  554. 'catorder' => '41',
  555. 5 => '0',
  556. 'has_children' => '0',
  557. ),
  558. 37 =>
  559. array (
  560. 0 => '38',
  561. 'catid' => '38',
  562. 1 => '家具',
  563. 'catname' => '家具',
  564. 2 => '4',
  565. 'parentid' => '4',
  566. 3 => '2',
  567. 'if_view' => '2',
  568. 4 => '42',
  569. 'catorder' => '42',
  570. 5 => '0',
  571. 'has_children' => '0',
  572. ),
  573. 38 =>
  574. array (
  575. 0 => '39',
  576. 'catid' => '39',
  577. 1 => '灯具',
  578. 'catname' => '灯具',
  579. 2 => '4',
  580. 'parentid' => '4',
  581. 3 => '2',
  582. 'if_view' => '2',
  583. 4 => '43',
  584. 'catorder' => '43',
  585. 5 => '0',
  586. 'has_children' => '0',
  587. ),
  588. 39 =>
  589. array (
  590. 0 => '40',
  591. 'catid' => '40',
  592. 1 => '厨具',
  593. 'catname' => '厨具',
  594. 2 => '4',
  595. 'parentid' => '4',
  596. 3 => '2',
  597. 'if_view' => '2',
  598. 4 => '44',
  599. 'catorder' => '44',
  600. 5 => '0',
  601. 'has_children' => '0',
  602. ),
  603. 40 =>
  604. array (
  605. 0 => '41',
  606. 'catid' => '41',
  607. 1 => '装潢卫浴',
  608. 'catname' => '装潢卫浴',
  609. 2 => '4',
  610. 'parentid' => '4',
  611. 3 => '2',
  612. 'if_view' => '2',
  613. 4 => '45',
  614. 'catorder' => '45',
  615. 5 => '0',
  616. 'has_children' => '0',
  617. ),
  618. 41 =>
  619. array (
  620. 0 => '42',
  621. 'catid' => '42',
  622. 1 => '文具天文',
  623. 'catname' => '文具天文',
  624. 2 => '4',
  625. 'parentid' => '4',
  626. 3 => '2',
  627. 'if_view' => '2',
  628. 4 => '46',
  629. 'catorder' => '46',
  630. 5 => '0',
  631. 'has_children' => '0',
  632. ),
  633. 42 =>
  634. array (
  635. 0 => '43',
  636. 'catid' => '43',
  637. 1 => '其它',
  638. 'catname' => '其它',
  639. 2 => '4',
  640. 'parentid' => '4',
  641. 3 => '2',
  642. 'if_view' => '2',
  643. 4 => '47',
  644. 'catorder' => '47',
  645. 5 => '0',
  646. 'has_children' => '0',
  647. ),
  648. 43 =>
  649. array (
  650. 0 => '44',
  651. 'catid' => '44',
  652. 1 => '厨房用品',
  653. 'catname' => '厨房用品',
  654. 2 => '5',
  655. 'parentid' => '5',
  656. 3 => '2',
  657. 'if_view' => '2',
  658. 4 => '49',
  659. 'catorder' => '49',
  660. 5 => '0',
  661. 'has_children' => '0',
  662. ),
  663. 44 =>
  664. array (
  665. 0 => '45',
  666. 'catid' => '45',
  667. 1 => '卫生保健',
  668. 'catname' => '卫生保健',
  669. 2 => '5',
  670. 'parentid' => '5',
  671. 3 => '2',
  672. 'if_view' => '2',
  673. 4 => '50',
  674. 'catorder' => '50',
  675. 5 => '0',
  676. 'has_children' => '0',
  677. ),
  678. 45 =>
  679. array (
  680. 0 => '46',
  681. 'catid' => '46',
  682. 1 => '个人护理',
  683. 'catname' => '个人护理',
  684. 2 => '5',
  685. 'parentid' => '5',
  686. 3 => '2',
  687. 'if_view' => '2',
  688. 4 => '51',
  689. 'catorder' => '51',
  690. 5 => '0',
  691. 'has_children' => '0',
  692. ),
  693. 46 =>
  694. array (
  695. 0 => '47',
  696. 'catid' => '47',
  697. 1 => '卫浴电器',
  698. 'catname' => '卫浴电器',
  699. 2 => '5',
  700. 'parentid' => '5',
  701. 3 => '2',
  702. 'if_view' => '2',
  703. 4 => '52',
  704. 'catorder' => '52',
  705. 5 => '0',
  706. 'has_children' => '0',
  707. ),
  708. 47 =>
  709. array (
  710. 0 => '48',
  711. 'catid' => '48',
  712. 1 => '其它',
  713. 'catname' => '其它',
  714. 2 => '5',
  715. 'parentid' => '5',
  716. 3 => '2',
  717. 'if_view' => '2',
  718. 4 => '53',
  719. 'catorder' => '53',
  720. 5 => '0',
  721. 'has_children' => '0',
  722. ),
  723. 48 =>
  724. array (
  725. 0 => '49',
  726. 'catid' => '49',
  727. 1 => '摩托车',
  728. 'catname' => '摩托车',
  729. 2 => '6',
  730. 'parentid' => '6',
  731. 3 => '2',
  732. 'if_view' => '2',
  733. 4 => '55',
  734. 'catorder' => '55',
  735. 5 => '0',
  736. 'has_children' => '0',
  737. ),
  738. 49 =>
  739. array (
  740. 0 => '50',
  741. 'catid' => '50',
  742. 1 => '自行车',
  743. 'catname' => '自行车',
  744. 2 => '6',
  745. 'parentid' => '6',
  746. 3 => '2',
  747. 'if_view' => '2',
  748. 4 => '56',
  749. 'catorder' => '56',
  750. 5 => '0',
  751. 'has_children' => '0',
  752. ),
  753. 50 =>
  754. array (
  755. 0 => '51',
  756. 'catid' => '51',
  757. 1 => '汽车',
  758. 'catname' => '汽车',
  759. 2 => '6',
  760. 'parentid' => '6',
  761. 3 => '2',
  762. 'if_view' => '2',
  763. 4 => '57',
  764. 'catorder' => '57',
  765. 5 => '0',
  766. 'has_children' => '0',
  767. ),
  768. 51 =>
  769. array (
  770. 0 => '52',
  771. 'catid' => '52',
  772. 1 => 'GPS定位',
  773. 'catname' => 'GPS定位',
  774. 2 => '6',
  775. 'parentid' => '6',
  776. 3 => '2',
  777. 'if_view' => '2',
  778. 4 => '58',
  779. 'catorder' => '58',
  780. 5 => '0',
  781. 'has_children' => '0',
  782. ),
  783. 52 =>
  784. array (
  785. 0 => '53',
  786. 'catid' => '53',
  787. 1 => '车内饰',
  788. 'catname' => '车内饰',
  789. 2 => '6',
  790. 'parentid' => '6',
  791. 3 => '2',
  792. 'if_view' => '2',
  793. 4 => '59',
  794. 'catorder' => '59',
  795. 5 => '0',
  796. 'has_children' => '0',
  797. ),
  798. 53 =>
  799. array (
  800. 0 => '54',
  801. 'catid' => '54',
  802. 1 => '其它',
  803. 'catname' => '其它',
  804. 2 => '6',
  805. 'parentid' => '6',
  806. 3 => '2',
  807. 'if_view' => '2',
  808. 4 => '60',
  809. 'catorder' => '60',
  810. 5 => '0',
  811. 'has_children' => '0',
  812. ),
  813. 54 =>
  814. array (
  815. 0 => '55',
  816. 'catid' => '55',
  817. 1 => '手表',
  818. 'catname' => '手表',
  819. 2 => '7',
  820. 'parentid' => '7',
  821. 3 => '2',
  822. 'if_view' => '2',
  823. 4 => '62',
  824. 'catorder' => '62',
  825. 5 => '0',
  826. 'has_children' => '0',
  827. ),
  828. 55 =>
  829. array (
  830. 0 => '56',
  831. 'catid' => '56',
  832. 1 => '太阳眼镜',
  833. 'catname' => '太阳眼镜',
  834. 2 => '7',
  835. 'parentid' => '7',
  836. 3 => '2',
  837. 'if_view' => '2',
  838. 4 => '63',
  839. 'catorder' => '63',
  840. 5 => '0',
  841. 'has_children' => '0',
  842. ),
  843. 56 =>
  844. array (
  845. 0 => '57',
  846. 'catid' => '57',
  847. 1 => '流行饰品',
  848. 'catname' => '流行饰品',
  849. 2 => '7',
  850. 'parentid' => '7',
  851. 3 => '2',
  852. 'if_view' => '2',
  853. 4 => '64',
  854. 'catorder' => '64',
  855. 5 => '0',
  856. 'has_children' => '0',
  857. ),
  858. 57 =>
  859. array (
  860. 0 => '58',
  861. 'catid' => '58',
  862. 1 => '纯银',
  863. 'catname' => '纯银',
  864. 2 => '7',
  865. 'parentid' => '7',
  866. 3 => '2',
  867. 'if_view' => '2',
  868. 4 => '65',
  869. 'catorder' => '65',
  870. 5 => '0',
  871. 'has_children' => '0',
  872. ),
  873. 58 =>
  874. array (
  875. 0 => '59',
  876. 'catid' => '59',
  877. 1 => '钻石水晶',
  878. 'catname' => '钻石水晶',
  879. 2 => '7',
  880. 'parentid' => '7',
  881. 3 => '2',
  882. 'if_view' => '2',
  883. 4 => '66',
  884. 'catorder' => '66',
  885. 5 => '0',
  886. 'has_children' => '0',
  887. ),
  888. 59 =>
  889. array (
  890. 0 => '60',
  891. 'catid' => '60',
  892. 1 => '黄金',
  893. 'catname' => '黄金',
  894. 2 => '7',
  895. 'parentid' => '7',
  896. 3 => '2',
  897. 'if_view' => '2',
  898. 4 => '67',
  899. 'catorder' => '67',
  900. 5 => '0',
  901. 'has_children' => '0',
  902. ),
  903. 60 =>
  904. array (
  905. 0 => '61',
  906. 'catid' => '61',
  907. 1 => '珍珠翡翠',
  908. 'catname' => '珍珠翡翠',
  909. 2 => '7',
  910. 'parentid' => '7',
  911. 3 => '2',
  912. 'if_view' => '2',
  913. 4 => '68',
  914. 'catorder' => '68',
  915. 5 => '0',
  916. 'has_children' => '0',
  917. ),
  918. 61 =>
  919. array (
  920. 0 => '62',
  921. 'catid' => '62',
  922. 1 => '其它',
  923. 'catname' => '其它',
  924. 2 => '7',
  925. 'parentid' => '7',
  926. 3 => '2',
  927. 'if_view' => '2',
  928. 4 => '69',
  929. 'catorder' => '69',
  930. 5 => '0',
  931. 'has_children' => '0',
  932. ),
  933. 62 =>
  934. array (
  935. 0 => '63',
  936. 'catid' => '63',
  937. 1 => '整机',
  938. 'catname' => '整机',
  939. 2 => '8',
  940. 'parentid' => '8',
  941. 3 => '2',
  942. 'if_view' => '2',
  943. 4 => '71',
  944. 'catorder' => '71',
  945. 5 => '0',
  946. 'has_children' => '0',
  947. ),
  948. 63 =>
  949. array (
  950. 0 => '64',
  951. 'catid' => '64',
  952. 1 => '笔记本',
  953. 'catname' => '笔记本',
  954. 2 => '8',
  955. 'parentid' => '8',
  956. 3 => '2',
  957. 'if_view' => '2',
  958. 4 => '72',
  959. 'catorder' => '72',
  960. 5 => '0',
  961. 'has_children' => '0',
  962. ),
  963. 64 =>
  964. array (
  965. 0 => '65',
  966. 'catid' => '65',
  967. 1 => '显示器',
  968. 'catname' => '显示器',
  969. 2 => '8',
  970. 'parentid' => '8',
  971. 3 => '2',
  972. 'if_view' => '2',
  973. 4 => '73',
  974. 'catorder' => '73',
  975. 5 => '0',
  976. 'has_children' => '0',
  977. ),
  978. 65 =>
  979. array (
  980. 0 => '66',
  981. 'catid' => '66',
  982. 1 => '软件',
  983. 'catname' => '软件',
  984. 2 => '8',
  985. 'parentid' => '8',
  986. 3 => '2',
  987. 'if_view' => '2',
  988. 4 => '74',
  989. 'catorder' => '74',
  990. 5 => '0',
  991. 'has_children' => '0',
  992. ),
  993. 66 =>
  994. array (
  995. 0 => '67',
  996. 'catid' => '67',
  997. 1 => '硬盘/移动硬盘',
  998. 'catname' => '硬盘/移动硬盘',
  999. 2 => '8',
  1000. 'parentid' => '8',
  1001. 3 => '2',
  1002. 'if_view' => '2',
  1003. 4 => '75',
  1004. 'catorder' => '75',
  1005. 5 => '0',
  1006. 'has_children' => '0',
  1007. ),
  1008. 67 =>
  1009. array (
  1010. 0 => '68',
  1011. 'catid' => '68',
  1012. 1 => '键盘/鼠标',
  1013. 'catname' => '键盘/鼠标',
  1014. 2 => '8',
  1015. 'parentid' => '8',
  1016. 3 => '2',
  1017. 'if_view' => '2',
  1018. 4 => '76',
  1019. 'catorder' => '76',
  1020. 5 => '0',
  1021. 'has_children' => '0',
  1022. ),
  1023. 68 =>
  1024. array (
  1025. 0 => '69',
  1026. 'catid' => '69',
  1027. 1 => '其它',
  1028. 'catname' => '其它',
  1029. 2 => '8',
  1030. 'parentid' => '8',
  1031. 3 => '2',
  1032. 'if_view' => '2',
  1033. 4 => '77',
  1034. 'catorder' => '77',
  1035. 5 => '0',
  1036. 'has_children' => '0',
  1037. ),
  1038. 69 =>
  1039. array (
  1040. 0 => '70',
  1041. 'catid' => '70',
  1042. 1 => '特惠酒店',
  1043. 'catname' => '特惠酒店',
  1044. 2 => '9',
  1045. 'parentid' => '9',
  1046. 3 => '2',
  1047. 'if_view' => '2',
  1048. 4 => '79',
  1049. 'catorder' => '79',
  1050. 5 => '0',
  1051. 'has_children' => '0',
  1052. ),
  1053. 70 =>
  1054. array (
  1055. 0 => '72',
  1056. 'catid' => '72',
  1057. 1 => '旅游卡券',
  1058. 'catname' => '旅游卡券',
  1059. 2 => '9',
  1060. 'parentid' => '9',
  1061. 3 => '2',
  1062. 'if_view' => '2',
  1063. 4 => '81',
  1064. 'catorder' => '81',
  1065. 5 => '0',
  1066. 'has_children' => '0',
  1067. ),
  1068. 71 =>
  1069. array (
  1070. 0 => '73',
  1071. 'catid' => '73',
  1072. 1 => '酒店客栈',
  1073. 'catname' => '酒店客栈',
  1074. 2 => '9',
  1075. 'parentid' => '9',
  1076. 3 => '2',
  1077. 'if_view' => '2',
  1078. 4 => '82',
  1079. 'catorder' => '82',
  1080. 5 => '0',
  1081. 'has_children' => '0',
  1082. ),
  1083. 72 =>
  1084. array (
  1085. 0 => '74',
  1086. 'catid' => '74',
  1087. 1 => '其它',
  1088. 'catname' => '其它',
  1089. 2 => '9',
  1090. 'parentid' => '9',
  1091. 3 => '2',
  1092. 'if_view' => '2',
  1093. 4 => '83',
  1094. 'catorder' => '83',
  1095. 5 => '0',
  1096. 'has_children' => '0',
  1097. ),
  1098. );
  1099. ?>