*/ class Mage_GoogleCheckout_Model_Resource_Api_Debug extends Mage_Core_Model_Resource_Db_Abstract { /** * Resource constructor * */ protected function _construct() { $this->_init('googlecheckout/api_debug', 'debug_id'); } }