app = &$app; } function Error($msg) { $this->ErrorBox($msg); } function ErrorBox($content) { $box .="
phpWebFrame Error: $content
"; echo $box; } } ?>