我调用一个API得到数组之后想把这些数组的数据导入数据库当中。

array ( 'category_id' => '1', 'parent_id' => '0', 'name' => 'Root Catalog', 'position' => '0', 'level' => '0', 'children' => array ( 0 => array ( 'category_id' => '2', 'parent_id' => '1', 'name' => 'Default Category', 'is_active' => '1', 'position' => '1', 'level' => '1', 'children' => array ( 0 => array ( 'category_id' => '3', 'parent_id' => '2', 'name' => 'Apple Accessories', 'is_active' => '1', 'position' => '1', 'level' => '2', 'children' => array ( 0 => array ( 'category_id' => '4', 'parent_id' => '3', 'name' => 'Ipad Accessories', 'is_active' => '1', 'position' => '1', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '109', 'parent_id' => '4', 'name' => 'Cables & Docks', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '110', 'parent_id' => '4', 'name' => 'Audio & Speakers', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '111', 'parent_id' => '4', 'name' => 'ipad Car holders', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '112', 'parent_id' => '4', 'name' => 'Chargers & Adapters', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '113', 'parent_id' => '4', 'name' => 'Cases & Skins', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), 5 => array ( 'category_id' => '114', 'parent_id' => '4', 'name' => 'Screen Protectors', 'is_active' => '1', 'position' => '6', 'level' => '4', 'children' => array ( ), ), 6 => array ( 'category_id' => '115', 'parent_id' => '4', 'name' => 'Keyboards & Mouse', 'is_active' => '1', 'position' => '7', 'level' => '4', 'children' => array ( ), ), 7 => array ( 'category_id' => '116', 'parent_id' => '4', 'name' => 'Parts & Repair', 'is_active' => '1', 'position' => '8', 'level' => '4', 'children' => array ( ), ), 8 => array ( 'category_id' => '117', 'parent_id' => '4', 'name' => 'iPad Gadgets', 'is_active' => '1', 'position' => '9', 'level' => '4', 'children' => array ( ), ), ), ), 1 => array ( 'category_id' => '5', 'parent_id' => '3', 'name' => 'Iphone Accessories', 'is_active' => '1', 'position' => '2', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '119', 'parent_id' => '5', 'name' => 'iPhone Batteries', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '120', 'parent_id' => '5', 'name' => 'iPhone Cable', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '121', 'parent_id' => '5', 'name' => 'Car Charger holders', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '122', 'parent_id' => '5', 'name' => 'Cases & Skins', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '123', 'parent_id' => '5', 'name' => 'Chargers & Adapters', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), 5 => array ( 'category_id' => '124', 'parent_id' => '5', 'name' => 'Docks & Remotes', 'is_active' => '1', 'position' => '6', 'level' => '4', 'children' => array ( ), ), 6 => array ( 'category_id' => '125', 'parent_id' => '5', 'name' => 'iPhone Earphones', 'is_active' => '1', 'position' => '7', 'level' => '4', 'children' => array ( ), ), 7 => array ( 'category_id' => '126', 'parent_id' => '5', 'name' => 'Parts & Repair', 'is_active' => '1', 'position' => '8', 'level' => '4', 'children' => array ( ), ), 8 => array ( 'category_id' => '127', 'parent_id' => '5', 'name' => 'iphone Screen Protectors', 'is_active' => '1', 'position' => '9', 'level' => '4', 'children' => array ( ), ), 9 => array ( 'category_id' => '128', 'parent_id' => '5', 'name' => 'IPhone Speaker ', 'is_active' => '1', 'position' => '10', 'level' => '4', 'children' => array ( ), ), 10 => array ( 'category_id' => '129', 'parent_id' => '5', 'name' => 'IPhone Gadgets', 'is_active' => '1', 'position' => '11', 'level' => '4', 'children' => array ( ), ), ), ), 2 => array ( 'category_id' => '6', 'parent_id' => '3', 'name' => 'IPod Classic', 'is_active' => '1', 'position' => '3', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '130', 'parent_id' => '6', 'name' => 'Batteries & Car Solution', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '131', 'parent_id' => '6', 'name' => 'iPod Cables', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '132', 'parent_id' => '6', 'name' => 'Cases & Skins', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '133', 'parent_id' => '6', 'name' => 'Chargers & Adapters', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '134', 'parent_id' => '6', 'name' => 'Docks & Remotes', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), 5 => array ( 'category_id' => '135', 'parent_id' => '6', 'name' => 'Speaker systems', 'is_active' => '1', 'position' => '6', 'level' => '4', 'children' => array ( ), ), 6 => array ( 'category_id' => '136', 'parent_id' => '6', 'name' => 'Parts & Repair', 'is_active' => '1', 'position' => '7', 'level' => '4', 'children' => array ( ), ), 7 => array ( 'category_id' => '137', 'parent_id' => '6', 'name' => 'IPod Gadgets', 'is_active' => '1', 'position' => '8', 'level' => '4', 'children' => array ( ), ), ), ), 3 => array ( 'category_id' => '7', 'parent_id' => '3', 'name' => 'IPod Nano', 'is_active' => '1', 'position' => '4', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '138', 'parent_id' => '7', 'name' => 'Batteries & Car Solution', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '139', 'parent_id' => '7', 'name' => 'Cables & Docks & Remotes', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '140', 'parent_id' => '7', 'name' => 'Chargers & Adapters', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '141', 'parent_id' => '7', 'name' => 'Cases & Skins', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '142', 'parent_id' => '7', 'name' => 'iPod Nano Speakers', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), 5 => array ( 'category_id' => '143', 'parent_id' => '7', 'name' => 'Ipod Nano Earphones', 'is_active' => '1', 'position' => '6', 'level' => '4', 'children' => array ( ), ), 6 => array ( 'category_id' => '144', 'parent_id' => '7', 'name' => 'Screen Protectors', 'is_active' => '1', 'position' => '7', 'level' => '4', 'children' => array ( ), ), 7 => array ( 'category_id' => '145', 'parent_id' => '7', 'name' => 'Parts & Repair', 'is_active' => '1', 'position' => '8', 'level' => '4', 'children' => array ( ), ), 8 => array ( 'category_id' => '146', 'parent_id' => '7', 'name' => 'iPod Nano Gadgets', 'is_active' => '1', 'position' => '9', 'level' => '4', 'children' => array ( ), ), ), ), 4 => array ( 'category_id' => '8', 'parent_id' => '3', 'name' => 'IPod Shuffle', 'is_active' => '1', 'position' => '5', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '147', 'parent_id' => '8', 'name' => 'Cables & Docks & Remotes', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '148', 'parent_id' => '8', 'name' => 'Cases & Skins', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '149', 'parent_id' => '8', 'name' => 'Chargers & Adapters', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '150', 'parent_id' => '8', 'name' => 'Ipod Shuffle Earphones', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '151', 'parent_id' => '8', 'name' => 'Ipod Shuffle Gadgets', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), ), ), 5 => array ( 'category_id' => '9', 'parent_id' => '3', 'name' => 'IPod Touch', 'is_active' => '1', 'position' => '6', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '152', 'parent_id' => '9', 'name' => 'Ipod Touch Batteries', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '153', 'parent_id' => '9', 'name' => 'IPod Touch Cables', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '154', 'parent_id' => '9', 'name' => 'Car Solutions', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '155', 'parent_id' => '9', 'name' => 'Cases & Skins', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '156', 'parent_id' => '9', 'name' => 'Chargers & Adapters', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), 5 => array ( 'category_id' => '157', 'parent_id' => '9', 'name' => 'Docks & Remotes', 'is_active' => '1', 'position' => '6', 'level' => '4', 'children' => array ( ), ), 6 => array ( 'category_id' => '158', 'parent_id' => '9', 'name' => 'Ipod Touch Earphones', 'is_active' => '1', 'position' => '7', 'level' => '4', 'children' => array ( ), ), 7 => array ( 'category_id' => '159', 'parent_id' => '9', 'name' => 'IPod Touch Speaker ', 'is_active' => '1', 'position' => '8', 'level' => '4', 'children' => array ( ), ), 8 => array ( 'category_id' => '160', 'parent_id' => '9', 'name' => 'Screen Protectors', 'is_active' => '1', 'position' => '9', 'level' => '4', 'children' => array ( ), ), 9 => array ( 'category_id' => '161', 'parent_id' => '9', 'name' => 'Parts & Repair', 'is_active' => '1', 'position' => '10', 'level' => '4', 'children' => array ( ), ), 10 => array ( 'category_id' => '162', 'parent_id' => '9', 'name' => 'IPod Touch Gadgets', 'is_active' => '1', 'position' => '11', 'level' => '4', 'children' => array ( ), ), ), ), 6 => array ( 'category_id' => '106', 'parent_id' => '3', 'name' => 'Macbook accessories', 'is_active' => '1', 'position' => '7', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '163', 'parent_id' => '106', 'name' => 'Audio & Speakers', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '164', 'parent_id' => '106', 'name' => 'Battery & Chargers', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '165', 'parent_id' => '106', 'name' => 'Cables & Adapters', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '166', 'parent_id' => '106', 'name' => 'Cases & Skins', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '167', 'parent_id' => '106', 'name' => 'Screen Protectors', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), 5 => array ( 'category_id' => '168', 'parent_id' => '106', 'name' => 'Keyboards & Mouse', 'is_active' => '1', 'position' => '6', 'level' => '4', 'children' => array ( ), ), 6 => array ( 'category_id' => '169', 'parent_id' => '106', 'name' => 'Parts & Repair', 'is_active' => '1', 'position' => '7', 'level' => '4', 'children' => array ( ), ), 7 => array ( 'category_id' => '170', 'parent_id' => '106', 'name' => 'Macbook Gadgets', 'is_active' => '1', 'position' => '8', 'level' => '4', 'children' => array ( ), ), ), ), ), ), 1 => array ( 'category_id' => '10', 'parent_id' => '2', 'name' => 'Cameras & Photo', 'is_active' => '1', 'position' => '2', 'level' => '2', 'children' => array ( 0 => array ( 'category_id' => '11', 'parent_id' => '10', 'name' => 'Digital Cameras', 'is_active' => '1', 'position' => '1', 'level' => '3', 'children' => array ( ), ), 1 => array ( 'category_id' => '12', 'parent_id' => '10', 'name' => 'Camcorders', 'is_active' => '1', 'position' => '2', 'level' => '3', 'children' => array ( ), ), 2 => array ( 'category_id' => '13', 'parent_id' => '10', 'name' => 'Batteries & Chargers', 'is_active' => '1', 'position' => '3', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '171', 'parent_id' => '13', 'name' => 'Batteries', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '172', 'parent_id' => '13', 'name' => 'Camera Battery Chargers', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), ), ), 3 => array ( 'category_id' => '14', 'parent_id' => '10', 'name' => 'Camera Filters', 'is_active' => '1', 'position' => '4', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '173', 'parent_id' => '14', 'name' => 'Close-Up & Macro Filters', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '174', 'parent_id' => '14', 'name' => 'Gradual Filters', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '175', 'parent_id' => '14', 'name' => 'MC-UV Filters', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '176', 'parent_id' => '14', 'name' => 'Neutral Density Filters', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '177', 'parent_id' => '14', 'name' => 'Polarizing Filters', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), 5 => array ( 'category_id' => '178', 'parent_id' => '14', 'name' => 'Protection Filters', 'is_active' => '1', 'position' => '6', 'level' => '4', 'children' => array ( ), ), 6 => array ( 'category_id' => '179', 'parent_id' => '14', 'name' => 'Star Filters', 'is_active' => '1', 'position' => '7', 'level' => '4', 'children' => array ( ), ), 7 => array ( 'category_id' => '180', 'parent_id' => '14', 'name' => 'UV Filters', 'is_active' => '1', 'position' => '8', 'level' => '4', 'children' => array ( ), ), 8 => array ( 'category_id' => '181', 'parent_id' => '14', 'name' => 'Other Filters', 'is_active' => '1', 'position' => '9', 'level' => '4', 'children' => array ( ), ), ), ), 4 => array ( 'category_id' => '15', 'parent_id' => '10', 'name' => 'Flashes', 'is_active' => '1', 'position' => '5', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '182', 'parent_id' => '15', 'name' => 'Flash Accessories', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '183', 'parent_id' => '15', 'name' => 'Flash Units', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), ), ), 5 => array ( 'category_id' => '16', 'parent_id' => '10', 'name' => 'Lenses & Accessories', 'is_active' => '1', 'position' => '6', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '184', 'parent_id' => '16', 'name' => 'Digital Camera Lenses', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '185', 'parent_id' => '16', 'name' => 'Lens Caps', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '186', 'parent_id' => '16', 'name' => 'Mounts & Extension Tubes', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '187', 'parent_id' => '16', 'name' => 'Lenses Accessories', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '17', 'parent_id' => '16', 'name' => 'Cases & Protectors', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( 0 => array ( 'category_id' => '188', 'parent_id' => '17', 'name' => 'Cases & Bags', 'is_active' => '1', 'position' => '1', 'level' => '5', 'children' => array ( ), ), 1 => array ( 'category_id' => '189', 'parent_id' => '17', 'name' => 'Screen Protectors', 'is_active' => '1', 'position' => '2', 'level' => '5', 'children' => array ( ), ), ), ), ), ), 6 => array ( 'category_id' => '18', 'parent_id' => '10', 'name' => 'Photography Tools', 'is_active' => '1', 'position' => '7', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '190', 'parent_id' => '18', 'name' => 'Lighting & Studio Equipment', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '191', 'parent_id' => '18', 'name' => 'Remote Controls', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '192', 'parent_id' => '18', 'name' => 'Tripods & Supports', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '193', 'parent_id' => '18', 'name' => 'Underwater Housings', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '194', 'parent_id' => '18', 'name' => 'Camera Tools ', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), ), ), ), ), 2 => array ( 'category_id' => '19', 'parent_id' => '2', 'name' => 'Cell Phones', 'is_active' => '1', 'position' => '3', 'level' => '2', 'children' => array ( 0 => array ( 'category_id' => '20', 'parent_id' => '19', 'name' => 'Cell Phones', 'is_active' => '1', 'position' => '1', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '195', 'parent_id' => '20', 'name' => 'Touch Screen Phones', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '196', 'parent_id' => '20', 'name' => 'Qwerty Phones', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '197', 'parent_id' => '20', 'name' => 'Bar Phones', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '198', 'parent_id' => '20', 'name' => 'Flip Phones', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '199', 'parent_id' => '20', 'name' => 'Slide Phones', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), 5 => array ( 'category_id' => '200', 'parent_id' => '20', 'name' => 'Smartphones', 'is_active' => '1', 'position' => '6', 'level' => '4', 'children' => array ( ), ), 6 => array ( 'category_id' => '201', 'parent_id' => '20', 'name' => 'Fashion Phones', 'is_active' => '1', 'position' => '7', 'level' => '4', 'children' => array ( ), ), 7 => array ( 'category_id' => '202', 'parent_id' => '20', 'name' => 'Best Cell Phones', 'is_active' => '1', 'position' => '8', 'level' => '4', 'children' => array ( ), ), 8 => array ( 'category_id' => '203', 'parent_id' => '20', 'name' => 'China Brand Cell Phones', 'is_active' => '1', 'position' => '9', 'level' => '4', 'children' => array ( ), ), 9 => array ( 'category_id' => '204', 'parent_id' => '20', 'name' => 'Promotion products', 'is_active' => '1', 'position' => '10', 'level' => '4', 'children' => array ( ), ), ), ), 1 => array ( 'category_id' => '21', 'parent_id' => '19', 'name' => 'Cell Phone Batteries', 'is_active' => '1', 'position' => '2', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '205', 'parent_id' => '21', 'name' => 'Nokia Batteries', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '206', 'parent_id' => '21', 'name' => 'Motorola Batteries', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '207', 'parent_id' => '21', 'name' => 'Sony Ericsson Batteries ', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '208', 'parent_id' => '21', 'name' => 'HTC Batteries', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '209', 'parent_id' => '21', 'name' => 'Blackberry Batteries', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), 5 => array ( 'category_id' => '210', 'parent_id' => '21', 'name' => 'Samsung Batteries', 'is_active' => '1', 'position' => '6', 'level' => '4', 'children' => array ( ), ), 6 => array ( 'category_id' => '211', 'parent_id' => '21', 'name' => 'LG Batteries', 'is_active' => '1', 'position' => '7', 'level' => '4', 'children' => array ( ), ), ), ), 2 => array ( 'category_id' => '22', 'parent_id' => '19', 'name' => 'Bluetooth Headset', 'is_active' => '1', 'position' => '3', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '212', 'parent_id' => '22', 'name' => 'Mono Headset & Earloop', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '213', 'parent_id' => '22', 'name' => 'Stereo Headphones', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '214', 'parent_id' => '22', 'name' => 'Bluetooth Car Kit', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '215', 'parent_id' => '22', 'name' => 'Bluetooth Appliances', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '216', 'parent_id' => '22', 'name' => 'Non BlueTooth Earphones', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), ), ), 3 => array ( 'category_id' => '23', 'parent_id' => '19', 'name' => 'Cables & Charger', 'is_active' => '1', 'position' => '4', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '217', 'parent_id' => '23', 'name' => 'Nokia Data Cables ', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '218', 'parent_id' => '23', 'name' => 'Motorola USB Cable', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '219', 'parent_id' => '23', 'name' => 'Sony Ericsson USB Cable', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '220', 'parent_id' => '23', 'name' => 'HTC USB Cable', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '221', 'parent_id' => '23', 'name' => 'Blackberry USB Cable', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), 5 => array ( 'category_id' => '222', 'parent_id' => '23', 'name' => 'Samsung USB Cable', 'is_active' => '1', 'position' => '6', 'level' => '4', 'children' => array ( ), ), 6 => array ( 'category_id' => '223', 'parent_id' => '23', 'name' => 'LG USB Cable', 'is_active' => '1', 'position' => '7', 'level' => '4', 'children' => array ( ), ), 7 => array ( 'category_id' => '224', 'parent_id' => '23', 'name' => 'Universal & Other', 'is_active' => '1', 'position' => '8', 'level' => '4', 'children' => array ( ), ), ), ), 4 => array ( 'category_id' => '24', 'parent_id' => '19', 'name' => 'Cases & Skins & Holders', 'is_active' => '1', 'position' => '5', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '225', 'parent_id' => '24', 'name' => 'Nokia ', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '226', 'parent_id' => '24', 'name' => 'Motorola ', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '227', 'parent_id' => '24', 'name' => 'Sony Ericsson', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '228', 'parent_id' => '24', 'name' => 'HTC', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '229', 'parent_id' => '24', 'name' => 'Blackberry', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), 5 => array ( 'category_id' => '230', 'parent_id' => '24', 'name' => 'Samsung', 'is_active' => '1', 'position' => '6', 'level' => '4', 'children' => array ( ), ), 6 => array ( 'category_id' => '231', 'parent_id' => '24', 'name' => ' LG', 'is_active' => '1', 'position' => '7', 'level' => '4', 'children' => array ( ), ), 7 => array ( 'category_id' => '232', 'parent_id' => '24', 'name' => 'Universal & Other', 'is_active' => '1', 'position' => '8', 'level' => '4', 'children' => array ( ), ), ), ), 5 => array ( 'category_id' => '25', 'parent_id' => '19', 'name' => 'Cell Phone Chargers', 'is_active' => '1', 'position' => '6', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '233', 'parent_id' => '25', 'name' => 'Solar Chargers', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '234', 'parent_id' => '25', 'name' => 'Nokia Chargers', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '235', 'parent_id' => '25', 'name' => 'Motorola Charger', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '236', 'parent_id' => '25', 'name' => 'Sony Ericsson Chargers', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '237', 'parent_id' => '25', 'name' => 'HTC Chargers', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), 5 => array ( 'category_id' => '238', 'parent_id' => '25', 'name' => 'Blackberry Chargers', 'is_active' => '1', 'position' => '6', 'level' => '4', 'children' => array ( ), ), 6 => array ( 'category_id' => '239', 'parent_id' => '25', 'name' => 'Samsung Chargers', 'is_active' => '1', 'position' => '7', 'level' => '4', 'children' => array ( ), ), 7 => array ( 'category_id' => '240', 'parent_id' => '25', 'name' => 'LG Chargers', 'is_active' => '1', 'position' => '8', 'level' => '4', 'children' => array ( ), ), 8 => array ( 'category_id' => '241', 'parent_id' => '25', 'name' => 'Universal & Other', 'is_active' => '1', 'position' => '9', 'level' => '4', 'children' => array ( ), ), ), ), 6 => array ( 'category_id' => '26', 'parent_id' => '19', 'name' => 'Parts & Repair', 'is_active' => '1', 'position' => '7', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '242', 'parent_id' => '26', 'name' => 'Nokia Repair Parts', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '243', 'parent_id' => '26', 'name' => 'Motorola Repair Parts', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '244', 'parent_id' => '26', 'name' => 'Sony Ericsson Repair Parts', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '245', 'parent_id' => '26', 'name' => 'HTC Repair Parts', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '246', 'parent_id' => '26', 'name' => 'Blackberry Repair Parts', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), 5 => array ( 'category_id' => '247', 'parent_id' => '26', 'name' => 'Samsung Repair Parts', 'is_active' => '1', 'position' => '6', 'level' => '4', 'children' => array ( ), ), 6 => array ( 'category_id' => '248', 'parent_id' => '26', 'name' => ' LG Repair Parts', 'is_active' => '1', 'position' => '7', 'level' => '4', 'children' => array ( ), ), 7 => array ( 'category_id' => '249', 'parent_id' => '26', 'name' => 'Universal & Other', 'is_active' => '1', 'position' => '8', 'level' => '4', 'children' => array ( ), ), ), ), 7 => array ( 'category_id' => '27', 'parent_id' => '19', 'name' => 'Screen Protectors', 'is_active' => '1', 'position' => '8', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '250', 'parent_id' => '27', 'name' => 'Nokia Screen Protectors', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '251', 'parent_id' => '27', 'name' => 'Motorola Screen Protectors', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '252', 'parent_id' => '27', 'name' => 'Sony Ericsson Screen Protector', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '253', 'parent_id' => '27', 'name' => 'HTC Screen Protectors', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '254', 'parent_id' => '27', 'name' => ' Blackberry Screen Protectors', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), 5 => array ( 'category_id' => '255', 'parent_id' => '27', 'name' => 'Samsung Screen Protectors', 'is_active' => '1', 'position' => '6', 'level' => '4', 'children' => array ( ), ), 6 => array ( 'category_id' => '256', 'parent_id' => '27', 'name' => 'LG Screen Protectors', 'is_active' => '1', 'position' => '7', 'level' => '4', 'children' => array ( ), ), 7 => array ( 'category_id' => '257', 'parent_id' => '27', 'name' => 'Universal & Other', 'is_active' => '1', 'position' => '8', 'level' => '4', 'children' => array ( ), ), ), ), 8 => array ( 'category_id' => '28', 'parent_id' => '19', 'name' => 'Telephone & Interphones', 'is_active' => '1', 'position' => '9', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '258', 'parent_id' => '28', 'name' => 'Walkie Talkie', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '259', 'parent_id' => '28', 'name' => 'Telephones', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '260', 'parent_id' => '28', 'name' => 'Telephone Accessories', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), ), ), 9 => array ( 'category_id' => '29', 'parent_id' => '19', 'name' => 'Fashion Accessories', 'is_active' => '1', 'position' => '10', 'level' => '3', 'children' => array ( ), ), 10 => array ( 'category_id' => '30', 'parent_id' => '19', 'name' => 'Other Cool Gadgets ', 'is_active' => '1', 'position' => '11', 'level' => '3', 'children' => array ( ), ), ), ), 3 => array ( 'category_id' => '31', 'parent_id' => '2', 'name' => 'Computers', 'is_active' => '1', 'position' => '4', 'level' => '2', 'children' => array ( 0 => array ( 'category_id' => '32', 'parent_id' => '31', 'name' => 'Bluetooth Adapters', 'is_active' => '1', 'position' => '1', 'level' => '3', 'children' => array ( ), ), 1 => array ( 'category_id' => '33', 'parent_id' => '31', 'name' => 'Cables & Converters', 'is_active' => '1', 'position' => '2', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '261', 'parent_id' => '33', 'name' => 'Computer Cables', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '262', 'parent_id' => '33', 'name' => 'Computer Converters', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), ), ), 2 => array ( 'category_id' => '34', 'parent_id' => '31', 'name' => 'Keyboards & Mouse', 'is_active' => '1', 'position' => '3', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '263', 'parent_id' => '34', 'name' => 'Computer Keyboards', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '264', 'parent_id' => '34', 'name' => 'Computer Mouse', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '265', 'parent_id' => '34', 'name' => 'Mouse Pads', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '266', 'parent_id' => '34', 'name' => 'Ipazzport ', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), ), ), 3 => array ( 'category_id' => '35', 'parent_id' => '31', 'name' => 'Laptop Accessories', 'is_active' => '1', 'position' => '4', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '267', 'parent_id' => '35', 'name' => 'Laptops', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '268', 'parent_id' => '35', 'name' => 'Laptop Batteries', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '269', 'parent_id' => '35', 'name' => 'Laptops Chargers', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '270', 'parent_id' => '35', 'name' => 'Cases & Bags', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '271', 'parent_id' => '35', 'name' => 'Keyboard Skins', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), 5 => array ( 'category_id' => '272', 'parent_id' => '35', 'name' => 'Screen Protectors', 'is_active' => '1', 'position' => '6', 'level' => '4', 'children' => array ( ), ), 6 => array ( 'category_id' => '273', 'parent_id' => '35', 'name' => 'Cooling Pads', 'is_active' => '1', 'position' => '7', 'level' => '4', 'children' => array ( ), ), 7 => array ( 'category_id' => '274', 'parent_id' => '35', 'name' => 'Laptop Parts & Accessories', 'is_active' => '1', 'position' => '8', 'level' => '4', 'children' => array ( ), ), ), ), 4 => array ( 'category_id' => '36', 'parent_id' => '31', 'name' => 'Microphones & Speakers', 'is_active' => '1', 'position' => '5', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '275', 'parent_id' => '36', 'name' => 'Computer Headsets', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '276', 'parent_id' => '36', 'name' => 'Computer Microphones', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '277', 'parent_id' => '36', 'name' => 'Computer Speakers', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), ), ), 5 => array ( 'category_id' => '37', 'parent_id' => '31', 'name' => 'Networking Accessories', 'is_active' => '1', 'position' => '6', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '278', 'parent_id' => '37', 'name' => 'Router & Modems', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '279', 'parent_id' => '37', 'name' => 'TV Cards & Receivers', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '280', 'parent_id' => '37', 'name' => 'Wireless Networking', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), ), ), 6 => array ( 'category_id' => '38', 'parent_id' => '31', 'name' => 'PC Camera ', 'is_active' => '1', 'position' => '7', 'level' => '3', 'children' => array ( ), ), 7 => array ( 'category_id' => '39', 'parent_id' => '31', 'name' => 'PC Components', 'is_active' => '1', 'position' => '8', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '281', 'parent_id' => '39', 'name' => 'Computer Fans', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '282', 'parent_id' => '39', 'name' => 'Memory Card Reader', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '283', 'parent_id' => '39', 'name' => 'Hard disk & Storage Device', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '284', 'parent_id' => '39', 'name' => 'Hard Disk Cases', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), ), ), 8 => array ( 'category_id' => '40', 'parent_id' => '31', 'name' => 'USB Gadgets', 'is_active' => '1', 'position' => '9', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '285', 'parent_id' => '40', 'name' => 'USB Fans', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '286', 'parent_id' => '40', 'name' => 'USB Hubs', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '287', 'parent_id' => '40', 'name' => 'USB Lamps', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '288', 'parent_id' => '40', 'name' => 'USB Phones', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '289', 'parent_id' => '40', 'name' => 'USB Home Improvement', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), ), ), 9 => array ( 'category_id' => '41', 'parent_id' => '31', 'name' => 'PC Parts & Accessories', 'is_active' => '1', 'position' => '10', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '290', 'parent_id' => '41', 'name' => 'Motherboards', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '291', 'parent_id' => '41', 'name' => 'Video Cards', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '292', 'parent_id' => '41', 'name' => 'Sound Cards', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '293', 'parent_id' => '41', 'name' => 'PC Accessories', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), ), ), ), ), 4 => array ( 'category_id' => '42', 'parent_id' => '2', 'name' => 'Electronics', 'is_active' => '1', 'position' => '5', 'level' => '2', 'children' => array ( 0 => array ( 'category_id' => '43', 'parent_id' => '42', 'name' => 'MP3 MP4 & MP5 Players', 'is_active' => '1', 'position' => '1', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '294', 'parent_id' => '43', 'name' => '1G & 2G Players', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '295', 'parent_id' => '43', 'name' => '4G Players', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '296', 'parent_id' => '43', 'name' => '8G Players', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '297', 'parent_id' => '43', 'name' => '16G & More Players', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '298', 'parent_id' => '43', 'name' => 'Fashion Players', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), 5 => array ( 'category_id' => '299', 'parent_id' => '43', 'name' => 'MP3 & MP4 Players Accessories', 'is_active' => '1', 'position' => '6', 'level' => '4', 'children' => array ( ), ), ), ), 1 => array ( 'category_id' => '44', 'parent_id' => '42', 'name' => 'Batteries & Chargers', 'is_active' => '1', 'position' => '2', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '300', 'parent_id' => '44', 'name' => 'Batteries', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '301', 'parent_id' => '44', 'name' => 'Chargers & Adapters', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '302', 'parent_id' => '44', 'name' => 'Battery & Charger Combos', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), ), ), 2 => array ( 'category_id' => '45', 'parent_id' => '42', 'name' => 'Car Electronics', 'is_active' => '1', 'position' => '3', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '303', 'parent_id' => '45', 'name' => 'GPS Navigation', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '304', 'parent_id' => '45', 'name' => 'Car Audio & Speakers', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '305', 'parent_id' => '45', 'name' => 'Car Beauty & Care', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '306', 'parent_id' => '45', 'name' => 'Car Cushion & Decorations', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '307', 'parent_id' => '45', 'name' => 'Car Lights', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), 5 => array ( 'category_id' => '308', 'parent_id' => '45', 'name' => 'Car Maintenance', 'is_active' => '1', 'position' => '6', 'level' => '4', 'children' => array ( ), ), 6 => array ( 'category_id' => '309', 'parent_id' => '45', 'name' => 'Car Power Adapters', 'is_active' => '1', 'position' => '7', 'level' => '4', 'children' => array ( ), ), 7 => array ( 'category_id' => '310', 'parent_id' => '45', 'name' => 'Car Purifier & Air Fresheners', 'is_active' => '1', 'position' => '8', 'level' => '4', 'children' => array ( ), ), 8 => array ( 'category_id' => '311', 'parent_id' => '45', 'name' => 'Car Security & Emergency', 'is_active' => '1', 'position' => '9', 'level' => '4', 'children' => array ( ), ), 9 => array ( 'category_id' => '312', 'parent_id' => '45', 'name' => 'Car Video & CD Changers', 'is_active' => '1', 'position' => '10', 'level' => '4', 'children' => array ( ), ), 10 => array ( 'category_id' => '313', 'parent_id' => '45', 'name' => 'Cellphone & Device Holders', 'is_active' => '1', 'position' => '11', 'level' => '4', 'children' => array ( ), ), 11 => array ( 'category_id' => '314', 'parent_id' => '45', 'name' => 'Car Accessories', 'is_active' => '1', 'position' => '12', 'level' => '4', 'children' => array ( ), ), ), ), 3 => array ( 'category_id' => '46', 'parent_id' => '42', 'name' => 'Digital Photo Frames', 'is_active' => '1', 'position' => '4', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '315', 'parent_id' => '46', 'name' => '0"-3" Inches', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '316', 'parent_id' => '46', 'name' => '3"-7" Inches', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '317', 'parent_id' => '46', 'name' => '7" & More Inches', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), ), ), 4 => array ( 'category_id' => '47', 'parent_id' => '42', 'name' => 'Headphones', 'is_active' => '1', 'position' => '5', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '318', 'parent_id' => '47', 'name' => 'Earbud Headphones', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '319', 'parent_id' => '47', 'name' => 'Headsets', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '320', 'parent_id' => '47', 'name' => 'In-Ear Headphones', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '321', 'parent_id' => '47', 'name' => 'Wireless Headphones', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), ), ), 5 => array ( 'category_id' => '48', 'parent_id' => '42', 'name' => 'Digital Voice Recorders', 'is_active' => '1', 'position' => '6', 'level' => '3', 'children' => array ( ), ), 6 => array ( 'category_id' => '49', 'parent_id' => '42', 'name' => 'Home Theater & Video', 'is_active' => '1', 'position' => '7', 'level' => '3', 'children' => array ( ), ), 7 => array ( 'category_id' => '50', 'parent_id' => '42', 'name' => 'Electronic Gadgets', 'is_active' => '1', 'position' => '8', 'level' => '3', 'children' => array ( ), ), ), ), 5 => array ( 'category_id' => '90', 'parent_id' => '2', 'name' => 'Gaming', 'is_active' => '1', 'position' => '6', 'level' => '2', 'children' => array ( 0 => array ( 'category_id' => '91', 'parent_id' => '90', 'name' => 'Nintendo Dsi', 'is_active' => '1', 'position' => '1', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '322', 'parent_id' => '91', 'name' => 'Accessory Bundles', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '323', 'parent_id' => '91', 'name' => 'Adapters & Cables', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '324', 'parent_id' => '91', 'name' => 'Batteries & Chargers', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '325', 'parent_id' => '91', 'name' => 'Cases & Skins & Protectors', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '326', 'parent_id' => '91', 'name' => 'Case Moddings', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), 5 => array ( 'category_id' => '327', 'parent_id' => '91', 'name' => 'Stylus & Pens & Earphones', 'is_active' => '1', 'position' => '6', 'level' => '4', 'children' => array ( ), ), 6 => array ( 'category_id' => '328', 'parent_id' => '91', 'name' => 'Nintendo Dsi Parts', 'is_active' => '1', 'position' => '7', 'level' => '4', 'children' => array ( ), ), 7 => array ( 'category_id' => '329', 'parent_id' => '91', 'name' => 'Accessories', 'is_active' => '1', 'position' => '8', 'level' => '4', 'children' => array ( ), ), ), ), 1 => array ( 'category_id' => '92', 'parent_id' => '90', 'name' => 'Nintendo DS Lite', 'is_active' => '1', 'position' => '2', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '330', 'parent_id' => '92', 'name' => 'Accessory Bundles', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '331', 'parent_id' => '92', 'name' => 'Adapters & Cables', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '332', 'parent_id' => '92', 'name' => 'Battery & Chargers', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '333', 'parent_id' => '92', 'name' => 'Cases & Skins & Protectors', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '334', 'parent_id' => '92', 'name' => 'Case Moddings', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), 5 => array ( 'category_id' => '335', 'parent_id' => '92', 'name' => 'Stylus & Pens & Earphones', 'is_active' => '1', 'position' => '6', 'level' => '4', 'children' => array ( ), ), 6 => array ( 'category_id' => '336', 'parent_id' => '92', 'name' => 'Nintendo DS Lite Parts', 'is_active' => '1', 'position' => '7', 'level' => '4', 'children' => array ( ), ), 7 => array ( 'category_id' => '337', 'parent_id' => '92', 'name' => 'Accessory', 'is_active' => '1', 'position' => '8', 'level' => '4', 'children' => array ( ), ), ), ), 2 => array ( 'category_id' => '93', 'parent_id' => '90', 'name' => 'Nintendo Wii', 'is_active' => '1', 'position' => '3', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '338', 'parent_id' => '93', 'name' => 'Adapters & Cables', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '339', 'parent_id' => '93', 'name' => 'Accessory Bundles', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '340', 'parent_id' => '93', 'name' => 'Batteries & Chargers', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '341', 'parent_id' => '93', 'name' => 'Cases & Skins & Moddings', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '342', 'parent_id' => '93', 'name' => 'Game Controllers & Attachments', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), 5 => array ( 'category_id' => '343', 'parent_id' => '93', 'name' => 'Memory Cards', 'is_active' => '1', 'position' => '6', 'level' => '4', 'children' => array ( ), ), 6 => array ( 'category_id' => '344', 'parent_id' => '93', 'name' => 'Replacement Parts', 'is_active' => '1', 'position' => '7', 'level' => '4', 'children' => array ( ), ), 7 => array ( 'category_id' => '345', 'parent_id' => '93', 'name' => 'Accessory ', 'is_active' => '1', 'position' => '8', 'level' => '4', 'children' => array ( ), ), ), ), 3 => array ( 'category_id' => '94', 'parent_id' => '90', 'name' => 'PSP Go', 'is_active' => '1', 'position' => '4', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '346', 'parent_id' => '94', 'name' => 'Accessory Bundles', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '347', 'parent_id' => '94', 'name' => 'Adapters & Cables', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '348', 'parent_id' => '94', 'name' => 'Batteries & Chargers', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '349', 'parent_id' => '94', 'name' => 'Cases & Skins & Protectors', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '350', 'parent_id' => '94', 'name' => 'Earphones & Speakers', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), 5 => array ( 'category_id' => '351', 'parent_id' => '94', 'name' => 'Replacement Parts', 'is_active' => '1', 'position' => '6', 'level' => '4', 'children' => array ( ), ), 6 => array ( 'category_id' => '352', 'parent_id' => '94', 'name' => 'PSP Go Accessory', 'is_active' => '1', 'position' => '7', 'level' => '4', 'children' => array ( ), ), ), ), 4 => array ( 'category_id' => '95', 'parent_id' => '90', 'name' => 'PSP 3000', 'is_active' => '1', 'position' => '5', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '353', 'parent_id' => '95', 'name' => 'PSP 3000 Bundles', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '354', 'parent_id' => '95', 'name' => 'Adapters & Cables', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '355', 'parent_id' => '95', 'name' => 'Batteries & Chargers', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '356', 'parent_id' => '95', 'name' => 'Cases & Skins & Protectors', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '357', 'parent_id' => '95', 'name' => 'Earphones & Speakers', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), 5 => array ( 'category_id' => '358', 'parent_id' => '95', 'name' => 'PSP 3000 Parts', 'is_active' => '1', 'position' => '6', 'level' => '4', 'children' => array ( ), ), 6 => array ( 'category_id' => '359', 'parent_id' => '95', 'name' => 'PSP 3000 Accessory', 'is_active' => '1', 'position' => '7', 'level' => '4', 'children' => array ( ), ), ), ), 5 => array ( 'category_id' => '96', 'parent_id' => '90', 'name' => 'PSP 2000 Slim', 'is_active' => '1', 'position' => '6', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '360', 'parent_id' => '96', 'name' => 'PSP 2000 Bundles', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '361', 'parent_id' => '96', 'name' => 'Adapters & Cables', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '362', 'parent_id' => '96', 'name' => 'Batteries & Chargers', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '363', 'parent_id' => '96', 'name' => 'Cases & Skins & Protectors', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '364', 'parent_id' => '96', 'name' => 'Earphones & Speakers', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), 5 => array ( 'category_id' => '365', 'parent_id' => '96', 'name' => 'Replacement Parts', 'is_active' => '1', 'position' => '6', 'level' => '4', 'children' => array ( ), ), 6 => array ( 'category_id' => '366', 'parent_id' => '96', 'name' => 'PSP 2000 Accessory', 'is_active' => '1', 'position' => '7', 'level' => '4', 'children' => array ( ), ), ), ), 6 => array ( 'category_id' => '97', 'parent_id' => '90', 'name' => 'PSP 1000', 'is_active' => '1', 'position' => '7', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '367', 'parent_id' => '97', 'name' => 'PSP 1000 Bundles', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '368', 'parent_id' => '97', 'name' => 'Adapters & Cables', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '369', 'parent_id' => '97', 'name' => 'Batteries & Chargers', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '370', 'parent_id' => '97', 'name' => 'Cases & Skins & Protectors', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '371', 'parent_id' => '97', 'name' => 'Earphones & Speakers', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), 5 => array ( 'category_id' => '372', 'parent_id' => '97', 'name' => 'PSP 1000 Parts', 'is_active' => '1', 'position' => '6', 'level' => '4', 'children' => array ( ), ), 6 => array ( 'category_id' => '373', 'parent_id' => '97', 'name' => 'PSP 1000 Accessory', 'is_active' => '1', 'position' => '7', 'level' => '4', 'children' => array ( ), ), ), ), 7 => array ( 'category_id' => '98', 'parent_id' => '90', 'name' => 'PlayStation 3', 'is_active' => '1', 'position' => '8', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '374', 'parent_id' => '98', 'name' => 'Adapters & Cables', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '375', 'parent_id' => '98', 'name' => 'Batteries & Chargers', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '376', 'parent_id' => '98', 'name' => 'Cases & Skins & Moddings', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '377', 'parent_id' => '98', 'name' => 'Remote & Game Controllers', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '378', 'parent_id' => '98', 'name' => 'PlayStation 3 Parts', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), 5 => array ( 'category_id' => '379', 'parent_id' => '98', 'name' => 'Hard Drives', 'is_active' => '1', 'position' => '6', 'level' => '4', 'children' => array ( ), ), 6 => array ( 'category_id' => '380', 'parent_id' => '98', 'name' => 'PlayStation 3 Accessory', 'is_active' => '1', 'position' => '7', 'level' => '4', 'children' => array ( ), ), ), ), 8 => array ( 'category_id' => '99', 'parent_id' => '90', 'name' => 'PlayStation 2', 'is_active' => '1', 'position' => '9', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '381', 'parent_id' => '99', 'name' => 'Adapters & Cables', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '382', 'parent_id' => '99', 'name' => 'Batteries & Chargers', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '383', 'parent_id' => '99', 'name' => 'Memory Cards', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '384', 'parent_id' => '99', 'name' => 'Remote & Game Controllers', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '385', 'parent_id' => '99', 'name' => 'PlayStation 2 Parts', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), 5 => array ( 'category_id' => '386', 'parent_id' => '99', 'name' => 'PlayStation 2 Accessory', 'is_active' => '1', 'position' => '6', 'level' => '4', 'children' => array ( ), ), ), ), 9 => array ( 'category_id' => '100', 'parent_id' => '90', 'name' => 'Microsoft Xbox 360', 'is_active' => '1', 'position' => '10', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '387', 'parent_id' => '100', 'name' => 'Adapters & Cables', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '388', 'parent_id' => '100', 'name' => 'Batteries & Chargers', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '389', 'parent_id' => '100', 'name' => 'Cases & Skins & Moddings', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '390', 'parent_id' => '100', 'name' => 'Game Controllers & Attachments', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '391', 'parent_id' => '100', 'name' => 'Hard Drives', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), 5 => array ( 'category_id' => '392', 'parent_id' => '100', 'name' => 'Memory Cards', 'is_active' => '1', 'position' => '6', 'level' => '4', 'children' => array ( ), ), 6 => array ( 'category_id' => '393', 'parent_id' => '100', 'name' => 'Xbox 360 Parts', 'is_active' => '1', 'position' => '7', 'level' => '4', 'children' => array ( ), ), 7 => array ( 'category_id' => '394', 'parent_id' => '100', 'name' => 'Xbox 360 Accessory', 'is_active' => '1', 'position' => '8', 'level' => '4', 'children' => array ( ), ), ), ), 10 => array ( 'category_id' => '101', 'parent_id' => '90', 'name' => 'Game Consoles & PC Games', 'is_active' => '1', 'position' => '11', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '395', 'parent_id' => '101', 'name' => 'Game Consoles', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '396', 'parent_id' => '101', 'name' => 'Game Console Parts', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), ), ), ), ), 6 => array ( 'category_id' => '60', 'parent_id' => '2', 'name' => 'Home & Outdoor', 'is_active' => '1', 'position' => '7', 'level' => '2', 'children' => array ( 0 => array ( 'category_id' => '61', 'parent_id' => '60', 'name' => 'Alarms Security & Padlock', 'is_active' => '1', 'position' => '1', 'level' => '3', 'children' => array ( ), ), 1 => array ( 'category_id' => '62', 'parent_id' => '60', 'name' => 'Health & Beauty', 'is_active' => '1', 'position' => '2', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '397', 'parent_id' => '62', 'name' => 'Makeup Gadgets', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '398', 'parent_id' => '62', 'name' => 'Shaving & Hair Removal', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '399', 'parent_id' => '62', 'name' => 'Health Care', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '400', 'parent_id' => '62', 'name' => 'Massage Gadgets', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '401', 'parent_id' => '62', 'name' => 'Thermometer & Body Tester', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), 5 => array ( 'category_id' => '402', 'parent_id' => '62', 'name' => 'Intimate Gadgets', 'is_active' => '1', 'position' => '6', 'level' => '4', 'children' => array ( ), ), ), ), 2 => array ( 'category_id' => '63', 'parent_id' => '60', 'name' => 'Home Electronics', 'is_active' => '1', 'position' => '3', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '403', 'parent_id' => '63', 'name' => 'Household Appliances', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '404', 'parent_id' => '63', 'name' => 'Remote Controllers', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '405', 'parent_id' => '63', 'name' => 'Radios & Clocks', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '406', 'parent_id' => '63', 'name' => 'Telephones', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), ), ), 3 => array ( 'category_id' => '64', 'parent_id' => '60', 'name' => 'Home Living', 'is_active' => '1', 'position' => '4', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '407', 'parent_id' => '64', 'name' => 'Bath Accessories', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '408', 'parent_id' => '64', 'name' => 'Kitchen & Dining', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '409', 'parent_id' => '64', 'name' => 'Household Gadgets', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '410', 'parent_id' => '64', 'name' => 'Home Decorations & Furnishings', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), ), ), 4 => array ( 'category_id' => '66', 'parent_id' => '60', 'name' => 'Office Equipment', 'is_active' => '1', 'position' => '5', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '411', 'parent_id' => '66', 'name' => 'Calculators', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '412', 'parent_id' => '66', 'name' => 'Pens & Writing Instruments', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '413', 'parent_id' => '66', 'name' => 'Other Office Equipment', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), ), ), 5 => array ( 'category_id' => '67', 'parent_id' => '60', 'name' => 'Sport & Outdoor', 'is_active' => '1', 'position' => '6', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '414', 'parent_id' => '67', 'name' => 'Swimming Supplies', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '415', 'parent_id' => '67', 'name' => 'Sports Supplies', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '416', 'parent_id' => '67', 'name' => 'Golf Supplies', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '417', 'parent_id' => '67', 'name' => 'Other Sports Supplies', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '418', 'parent_id' => '67', 'name' => 'Binoculars', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), 5 => array ( 'category_id' => '419', 'parent_id' => '67', 'name' => 'Outdoor & Traveling Supplies', 'is_active' => '1', 'position' => '6', 'level' => '4', 'children' => array ( ), ), 6 => array ( 'category_id' => '420', 'parent_id' => '67', 'name' => 'Fishing Tackle', 'is_active' => '1', 'position' => '7', 'level' => '4', 'children' => array ( ), ), ), ), 6 => array ( 'category_id' => '68', 'parent_id' => '60', 'name' => 'Hardware Tools ', 'is_active' => '1', 'position' => '7', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '421', 'parent_id' => '68', 'name' => 'Plugs & Sockets', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '422', 'parent_id' => '68', 'name' => 'Kitchen Knives', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '423', 'parent_id' => '68', 'name' => 'Weighing Scales', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '424', 'parent_id' => '68', 'name' => 'Professional Tools', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '425', 'parent_id' => '68', 'name' => 'Hardware Gadgets', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), ), ), 7 => array ( 'category_id' => '69', 'parent_id' => '60', 'name' => 'Keychains', 'is_active' => '1', 'position' => '8', 'level' => '3', 'children' => array ( ), ), 8 => array ( 'category_id' => '70', 'parent_id' => '60', 'name' => 'Lighter & Cigar Supplies', 'is_active' => '1', 'position' => '9', 'level' => '3', 'children' => array ( ), ), 9 => array ( 'category_id' => '71', 'parent_id' => '60', 'name' => 'Gift & Lifestyle Gadgets', 'is_active' => '1', 'position' => '10', 'level' => '3', 'children' => array ( ), ), 10 => array ( 'category_id' => '72', 'parent_id' => '60', 'name' => 'Pet Supplies', 'is_active' => '1', 'position' => '11', 'level' => '3', 'children' => array ( ), ), 11 => array ( 'category_id' => '468', 'parent_id' => '60', 'name' => 'Fashion', 'is_active' => '1', 'position' => '12', 'level' => '3', 'children' => array ( ), ), ), ), 7 => array ( 'category_id' => '51', 'parent_id' => '2', 'name' => 'Jewelry & Watches', 'is_active' => '1', 'position' => '8', 'level' => '2', 'children' => array ( 0 => array ( 'category_id' => '65', 'parent_id' => '51', 'name' => 'Ornaments', 'is_active' => '1', 'position' => '1', 'level' => '3', 'children' => array ( ), ), 1 => array ( 'category_id' => '52', 'parent_id' => '51', 'name' => 'Men\'s Watches', 'is_active' => '1', 'position' => '2', 'level' => '3', 'children' => array ( ), ), 2 => array ( 'category_id' => '53', 'parent_id' => '51', 'name' => 'Women\'s Watches', 'is_active' => '1', 'position' => '3', 'level' => '3', 'children' => array ( ), ), 3 => array ( 'category_id' => '54', 'parent_id' => '51', 'name' => 'Kids Watches', 'is_active' => '1', 'position' => '4', 'level' => '3', 'children' => array ( ), ), 4 => array ( 'category_id' => '55', 'parent_id' => '51', 'name' => 'Couple Watches', 'is_active' => '1', 'position' => '5', 'level' => '3', 'children' => array ( ), ), 5 => array ( 'category_id' => '56', 'parent_id' => '51', 'name' => 'Sports & LED watches', 'is_active' => '1', 'position' => '6', 'level' => '3', 'children' => array ( ), ), 6 => array ( 'category_id' => '57', 'parent_id' => '51', 'name' => 'Hello Kitty Watches', 'is_active' => '1', 'position' => '7', 'level' => '3', 'children' => array ( ), ), 7 => array ( 'category_id' => '58', 'parent_id' => '51', 'name' => 'Other Watches & parts', 'is_active' => '1', 'position' => '8', 'level' => '3', 'children' => array ( ), ), 8 => array ( 'category_id' => '59', 'parent_id' => '51', 'name' => 'USB Flash Drives', 'is_active' => '0', 'position' => '9', 'level' => '3', 'children' => array ( ), ), ), ), 8 => array ( 'category_id' => '73', 'parent_id' => '2', 'name' => 'LED Light', 'is_active' => '1', 'position' => '9', 'level' => '2', 'children' => array ( 0 => array ( 'category_id' => '74', 'parent_id' => '73', 'name' => 'Camping & Cycling', 'is_active' => '1', 'position' => '1', 'level' => '3', 'children' => array ( ), ), 1 => array ( 'category_id' => '75', 'parent_id' => '73', 'name' => 'Flashlights', 'is_active' => '1', 'position' => '2', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '433', 'parent_id' => '75', 'name' => 'Led Flashlights', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '434', 'parent_id' => '75', 'name' => 'Other Flashlights', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '435', 'parent_id' => '75', 'name' => 'Flashlight Accessories', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), ), ), 2 => array ( 'category_id' => '76', 'parent_id' => '73', 'name' => 'Lasers', 'is_active' => '1', 'position' => '3', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '426', 'parent_id' => '76', 'name' => 'Green Laser Pointers', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '427', 'parent_id' => '76', 'name' => 'Red Laser Pointers', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '428', 'parent_id' => '76', 'name' => 'Blue Laser Pointers', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '429', 'parent_id' => '76', 'name' => 'Purple Laser Pointers', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '430', 'parent_id' => '76', 'name' => 'Stage Lighting', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), 5 => array ( 'category_id' => '432', 'parent_id' => '76', 'name' => 'Laser Accessories', 'is_active' => '1', 'position' => '7', 'level' => '4', 'children' => array ( ), ), ), ), 3 => array ( 'category_id' => '77', 'parent_id' => '73', 'name' => 'LED Keychains', 'is_active' => '1', 'position' => '4', 'level' => '3', 'children' => array ( ), ), 4 => array ( 'category_id' => '78', 'parent_id' => '73', 'name' => 'Wireless Presenters', 'is_active' => '1', 'position' => '5', 'level' => '3', 'children' => array ( ), ), 5 => array ( 'category_id' => '79', 'parent_id' => '73', 'name' => 'Led Light Fixtures', 'is_active' => '1', 'position' => '6', 'level' => '3', 'children' => array ( ), ), ), ), 9 => array ( 'category_id' => '80', 'parent_id' => '2', 'name' => 'Toys & Hobbies', 'is_active' => '1', 'position' => '10', 'level' => '2', 'children' => array ( 0 => array ( 'category_id' => '81', 'parent_id' => '80', 'name' => 'Action Figures', 'is_active' => '1', 'position' => '1', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '436', 'parent_id' => '81', 'name' => 'Animation Models', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '437', 'parent_id' => '81', 'name' => 'Animated Gadgets', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '438', 'parent_id' => '81', 'name' => 'Cosplay Clothes/Shoes', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '439', 'parent_id' => '81', 'name' => 'Pokemon Toys', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), ), ), 1 => array ( 'category_id' => '82', 'parent_id' => '80', 'name' => 'Joke& Monsters Toys', 'is_active' => '1', 'position' => '2', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '464', 'parent_id' => '82', 'name' => 'Halloween Supplies', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '465', 'parent_id' => '82', 'name' => 'Tricky Toys', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '466', 'parent_id' => '82', 'name' => 'Christmas Decorations', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '467', 'parent_id' => '82', 'name' => 'Other Party Supplies', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), ), ), 2 => array ( 'category_id' => '83', 'parent_id' => '80', 'name' => 'Educational & Puzzle', 'is_active' => '1', 'position' => '3', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '440', 'parent_id' => '83', 'name' => 'Magic Magician Supplies', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '441', 'parent_id' => '83', 'name' => 'Magic Cube', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '442', 'parent_id' => '83', 'name' => 'DIY Toys', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '443', 'parent_id' => '83', 'name' => 'Preschool Toys', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '444', 'parent_id' => '83', 'name' => 'Puzzles & Intelligent', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), ), ), 3 => array ( 'category_id' => '84', 'parent_id' => '80', 'name' => 'Mechanical & Vehicles', 'is_active' => '1', 'position' => '4', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '445', 'parent_id' => '84', 'name' => 'Vehicles Models', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '446', 'parent_id' => '84', 'name' => 'Mechanical Toys', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), ), ), 4 => array ( 'category_id' => '85', 'parent_id' => '80', 'name' => 'R/C & Electric Toys', 'is_active' => '1', 'position' => '5', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '451', 'parent_id' => '85', 'name' => 'RC Helicopters', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '452', 'parent_id' => '85', 'name' => 'RC Airplane & UFO', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), 2 => array ( 'category_id' => '453', 'parent_id' => '85', 'name' => 'RC Boats', 'is_active' => '1', 'position' => '3', 'level' => '4', 'children' => array ( ), ), 3 => array ( 'category_id' => '454', 'parent_id' => '85', 'name' => 'Mini RC car', 'is_active' => '1', 'position' => '4', 'level' => '4', 'children' => array ( ), ), 4 => array ( 'category_id' => '455', 'parent_id' => '85', 'name' => 'Licensed car', 'is_active' => '1', 'position' => '5', 'level' => '4', 'children' => array ( ), ), 5 => array ( 'category_id' => '456', 'parent_id' => '85', 'name' => 'RC Buggies & Off-Road', 'is_active' => '1', 'position' => '6', 'level' => '4', 'children' => array ( ), ), 6 => array ( 'category_id' => '457', 'parent_id' => '85', 'name' => 'RC On-Road Car', 'is_active' => '1', 'position' => '7', 'level' => '4', 'children' => array ( ), ), 7 => array ( 'category_id' => '458', 'parent_id' => '85', 'name' => 'RC Stunt Car', 'is_active' => '1', 'position' => '8', 'level' => '4', 'children' => array ( ), ), 8 => array ( 'category_id' => '459', 'parent_id' => '85', 'name' => 'Engineering Car', 'is_active' => '1', 'position' => '9', 'level' => '4', 'children' => array ( ), ), 9 => array ( 'category_id' => '460', 'parent_id' => '85', 'name' => 'RC Tanks & Military', 'is_active' => '1', 'position' => '10', 'level' => '4', 'children' => array ( ), ), 10 => array ( 'category_id' => '461', 'parent_id' => '85', 'name' => 'other RC toys', 'is_active' => '1', 'position' => '11', 'level' => '4', 'children' => array ( ), ), 11 => array ( 'category_id' => '462', 'parent_id' => '85', 'name' => 'RC Tools & Accessories', 'is_active' => '1', 'position' => '12', 'level' => '4', 'children' => array ( ), ), 12 => array ( 'category_id' => '463', 'parent_id' => '85', 'name' => 'Model Parts', 'is_active' => '1', 'position' => '13', 'level' => '4', 'children' => array ( ), ), ), ), 5 => array ( 'category_id' => '86', 'parent_id' => '80', 'name' => 'Weapons & Military Toys', 'is_active' => '1', 'position' => '6', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '447', 'parent_id' => '86', 'name' => 'BB Guns', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '448', 'parent_id' => '86', 'name' => 'Other Military Toys', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), ), ), 6 => array ( 'category_id' => '87', 'parent_id' => '80', 'name' => 'Solar Gadgets', 'is_active' => '1', 'position' => '7', 'level' => '3', 'children' => array ( ), ), 7 => array ( 'category_id' => '88', 'parent_id' => '80', 'name' => 'Other Special Toys', 'is_active' => '1', 'position' => '8', 'level' => '3', 'children' => array ( 0 => array ( 'category_id' => '449', 'parent_id' => '88', 'name' => 'EL Panel', 'is_active' => '1', 'position' => '1', 'level' => '4', 'children' => array ( ), ), 1 => array ( 'category_id' => '450', 'parent_id' => '88', 'name' => 'Other Toys', 'is_active' => '1', 'position' => '2', 'level' => '4', 'children' => array ( ), ), ), ), 8 => array ( 'category_id' => '89', 'parent_id' => '80', 'name' => 'Watches', 'is_active' => '0', 'position' => '9', 'level' => '3', 'children' => array ( ), ), ), ), 10 => array ( 'category_id' => '102', 'parent_id' => '2', 'name' => 'New Arrival', 'is_active' => '1', 'position' => '11', 'level' => '2', 'children' => array ( ), ), 11 => array ( 'category_id' => '103', 'parent_id' => '2', 'name' => 'Gadgets of the Week', 'is_active' => '0', 'position' => '12', 'level' => '2', 'children' => array ( ), ), 12 => array ( 'category_id' => '104', 'parent_id' => '2', 'name' => 'Top sellers', 'is_active' => '1', 'position' => '13', 'level' => '2', 'children' => array ( ), ), 13 => array ( 'category_id' => '105', 'parent_id' => '2', 'name' => 'Special Offer', 'is_active' => '1', 'position' => '14', 'level' => '2', 'children' => array ( ), ), ), ), 1 => array ( 'category_id' => '469', 'parent_id' => '1', 'name' => 'iPhone Batteries', 'is_active' => '1', 'position' => '11', 'level' => '1', 'children' => array ( ), ), ), )
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值