Beispiel #1
0
 /**
  * {@inheritDoc}
  *
  * Exceptions caught.
  *
  * @param  object $object
  * @param  string $table
  * @return mixed
  */
 protected function _getLoadAttributesSelect($object, $table)
 {
     try {
         return parent::_getLoadAttributesSelect($object, $table);
     } catch (Exception $e) {
         Mage::logException($e);
     }
 }