전체전체
">경력
">인기
">최신
if( nullCheck($memberBasicArr) )
{
$i = 0;
foreach ( $memberBasicArr as $row )
{
$amb_index_no = $this->encryption->encrypt($row['basicIndex']);
$statusCount = getDb_myCampaignStatusCount( array('amb_index_no' => $row['basicIndex']) );
$i++;
$taskValue = $type = $price ="";
if($row['task']->state === true){
$taskValue = $row['task']->data->amtv_biz_nm;
if($row['task']->data->amtv_tran_val_type == "T")
$type="원/시간";
else $type="원/건";
$price = $row['task']->data->amtv_tran_val;
}
?>
-
//=$row['amd_com_nm']?>
//=$row['amb_user_nm']?>//if(nullCheck($row['amd_sectos'])) echo "-";?>//=$row['amd_sectos']?>
-
if( nullCheck($row['amd_city']) || nullCheck($row['amd_country']) )
{
?>
미기재 미기재
}
if( nullCheck($row['amtv_work_week']) || nullCheck($row['amtv_work_start_time']) || nullCheck($row['amtv_work_end_time']) )
{
?>
}
?>
//=nullCheck($statusCount['ingCnt']) ? $statusCount['ingCnt'] : "0"?>//=nullCheck($statusCount['endCnt']) ? $statusCount['endCnt'] : "0"?>
0
//=$row['amd_description']?>
if( $row['amcb_code_name_level3'] )
{
$arrLevel3 = explode("|",$row['amcb_code_name_level3']);
$levelCnt = sizeof($arrLevel3);
for($i = 0; $i < $levelCnt; $i++)
{
if( $i == 5 )
{
if( $levelCnt > 5 )
{
echo "" . ($levelCnt-5) . "개 이상 +";
break;
}
}
else
{
echo "" . $arrLevel3[$i]."";
}
}
}
?>
-
0건
}
}
?>