Ejemplo n.º 1
0
 public function generateSample()
 {
     $template = new CRM_Core_CodeGen_Util_Template('sql');
     $sections = array('civicrm_sample.tpl', 'civicrm_acl.tpl');
     $template->runConcat($sections, $this->config->sqlCodePath . 'civicrm_sample.mysql');
     $template->run('case_sample.tpl', $this->config->sqlCodePath . 'case_sample.mysql');
 }