Example #1
0
 protected function init()
 {
     parent::init();
     $this->view->getLayout()->assignData(['curLink' => 'setup', 'pageHeader' => 'Setup mysql connection', 'pageTitle' => 'Setup mysql connection']);
 }
Example #2
0
 protected function init()
 {
     parent::init();
     $this->view->getLayout()->curLink = 'generalLog';
     $this->view->getLayout()->assignData(['pageTitle' => 'General log']);
 }