layout = 'dev_error'; $this->assign('templateName', 'missing_connection.php'); $this->assign('title', 'Missing Database Connection'); $this->assign('subheading', h($message)); $this->start('file'); echo $this->element('auto_table_warning'); $this->end();