doctype(); ?> getRequest(); $this->headTitle()->append(ucwords($request->getControllerName())); $this->headTitle()->append(ucwords($request->getActionName())); echo $this->headTitle()."\n"; echo $this->headMeta()."\n"; echo $this->headStyle()."\n"; echo $this->headLink()."\n"; echo $this->headScript()."\n"; ?>
layout()->content; ?>