The error reporting system is pretty nifty, you call either:
This will output as soon as the page is displayed, or if you're on a processing page:PHP Code:$error->addError('We remember the Freeman.');
Will bung it into a cookie for 60 seconds so you can direct them onto a page and have the error parsed there and waiting.PHP Code:$error->addErrorForLater('We remember the Freeman.');
There will be addNotice and addWarning added before the coding is done.
I'll change the icon to something more along the lines of an actual error at some point.
On another note, init.php is coming along nicely. This is how it looks (it's a total of 220 lines at the moment):
![]()






Reply With Quote


