getEnglishById( $application->get_english_ability_id() );
$english_ability_id = $english['english'];
$education = $education_mapper->getEducationById( $application->get_highest_education_id() );
$highest_education_id = $education['highest_education'];
$englishs = $english_mapper->getEnglish();
$english_opt = '(';
foreach($englishs as $english): $english_opt .= $english->getEnglish().'/'; endforeach;
$english_opt = substr($english_opt,0,-1) . ')';
$educations = $education_mapper->getEducation();
$educations_opt = '(';
foreach($educations as $education): $educations_opt .= $education->getEducation().'/'; endforeach;
$educations_opt = substr($educations_opt,0,-1) . ')';
$experience_value = json_encode($application->get_experience());
$other_value = json_encode($application->getOther());
?>
您好,=$application->getName()?> 透過台灣人工智慧學校人才媒合平台向貴單位投遞履歷,以下是他/她的履歷資料。
姓名:=$application->getName()?>
性別:getGender());?>
信箱:=$application->getEmail()?>
第2信箱:=$application->getSecondEmail()?>
手機:=$application->getSecondPhone()?>
電話:=$application->getPhone()?>
目前或最後一間公司名稱:=$application->get_latest_company()?>
目前或最後一份工作職稱:=$application->get_latest_job_title()?>
最高學歷:=$highest_education_id?> =$educations_opt?>
畢業學校:=$application->get_gradute_school()?>
畢業科系:=$application->get_gradute_master()?>
英文能力:=$english_ability_id?> =$english_opt?>
畢業年份:=$application->get_graduate_year()?>
出生年份:=$application->get_age_year()?>
$file_path = $_SERVER['DOCUMENT_ROOT'] .'/application/'.$application->getCVpath();
if(is_file($file_path)){
$web_path = $base_url.'/application/'.$application->getCVpath();
echo '附件:'.$application->getCVpath().'' ;
}else{
echo '附件:無' ;
}
?>
處理資料的相關能力經驗:
= $application->get_experience() ?>
其他能力、經驗:
= $application->getOther() ?>
******************
本徵才服務由台灣人工智慧學校人才媒合平台提供。如有任何問題或建議,歡迎隨時來信與我們聯絡: jobs@aiacademy.tw