| | |
| | | <?php |
| | | |
| | | |
| | | class show_controller extends resume_controller |
| | | { |
| | | class show_controller extends resume_controller { |
| | | |
| | | /** |
| | | *@desc 简历详情 |
| | | * 2019-08-14 |
| | | */ |
| | | function index_action() |
| | | { |
| | | function index_action() { |
| | | $JobM = $this->MODEL('job'); |
| | | $statisM = $this->MODEL('statis'); |
| | | $getUid = intval($_GET['uid']); |
| | |
| | | * @desc 简历详情 浏览数量 |
| | | * 2019-06-14 |
| | | */ |
| | | function GetHits_action() |
| | | { |
| | | function GetHits_action() { |
| | | $id = intval($_GET['id']); |
| | | |
| | | if (empty($id)) { |
| | |
| | | * @desc 简历详情 - 举报简历 |
| | | * 2019-06-14 |
| | | */ |
| | | function report_action() |
| | | { |
| | | function report_action() { |
| | | |
| | | $_POST = $this->post_trim($_POST); |
| | | |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | ?> |