Exemple #1
0
 /**
  * Return select statement to load product data including multilingual fields
  * @deprecated Moved to static function IsotopeProduct::getProductStatement()
  * @see	IsotopeProduct::getProductStatement()
  */
 public function getProductSelect()
 {
     trigger_error('Using Isotope::getProductSelect() is deprecated. Please use IsotopeProduct::getProductStatement()', E_USER_NOTICE);
     return IsotopeProduct::getProductStatement();
 }