- 0
- 아포리아
- 조회 수 121
exam.item.php
: 함수 이름이 클래스 이름과 중복되는 문제
-> 함수명 examItem을 __construct으로 수정
exam.question.item.php
: 함수 이름이 클래스 이름과 중복되는 문제
-> 함수명 questionItem을 __construct으로 수정
skins/ap_exam/index.html
: last_update값이 없을 때 getTimeGap 함수가 에러 출력 문제
-> 최근 수정일을 getTimeGap 메소드 없이 zdate($examitem->get('last_update'),'Y.m.d') 으로 출력
skins/ap_exam/_header.html
: xeicon의 경로 지정 에러
-> <load target="../../../../common/css/xeicon/xeicon.css" />으로 상대경로로 지정