Fat Free Framework lib/base.php code for Errors

'<!DOCTYPE html>'.$eol. '<html>'.$eol. '<head>'. '<title>'.$code.' '.$header.'</title>'. ($highlight ? ('<style>'.$this->read($css).'</style>') : ''). '</head>'.$eol. '<body>'.$eol. '<h1>'.$header.'</h1>'.$eol. '<p>'.$this->encode($text?:$req).'</p>'.$eol. ($debug ? ('<pre>'.$out.'</pre>'.$eol) : ''). '</body>'.$eol. '</html>'

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.