*/ class Mage_XmlConnect_Model_Resource_Template extends Mage_Core_Model_Resource_Db_Abstract { /** * Constructor, setting table and index field * * @return null */ protected function _construct() { $this->_init('xmlconnect/template', 'template_id'); } }