set('blockId', $blockId) ->set('templateId', $templateId) ->load(array('blockId', 'templateId')); // Return TRUE if the blockId and the TemplateId returned from the load process! return ($tableBlockTemplate->get('blockId') && $tableBlockTemplate->get('templateId')); } } // End class. // Hookable! CJTBlockTemplatesModel::define('CJTBlockTemplatesModel');