$v['id']]); $arr[]=$v; } return $arr; } static public function index_toptwo($column_two , $c_id){ $arry=array(); foreach ($column_two as $v){ if ($v['pid']==$c_id){ $v['url']= url('home/'.$v['catdir'].'/index',['catId'=>$v['id']]); $arry[]=$v; } } return $arry; } } ?>