function __construct() { parent::__construct(); // 생성자에서 product.xml을 호출하여 모든 method가 별도 선언 없이 XML 내 쿼리를 사용 할 수 있도록 함 $this->queryparser->load("product"); }