/**
  * 생성자
  */
 function __construct()
 {
     $this->m_sqlInfo = ProductManager::get_instance()->getSqlInfo();
     $this->m_productManager = ProductManager::get_instance();
 }