*/ class Mage_Core_Model_Resource_Language extends Mage_Core_Model_Resource_Db_Abstract { /** * Define main table * */ protected function _construct() { $this->_init('core/language', 'language_code'); } }