コード例 #1
0
ファイル: JobModel.class.php プロジェクト: torry999/lingshi
 public static function get_score($job_id)
 {
     return CommentModel::get_score(CommentModel::TARGET_COMPANY, $job_id);
 }
コード例 #2
0
 public static function get_score($uid)
 {
     return CommentModel::get_score(CommentModel::TARGET_STUDENT, $uid);
 }