The fastest easiest way to get it right.

x6Error

NAME

x6Error

FUNCTION

Saves an error to be sent to the browser. Once the complete JSON call is returned to the browser, errors are displayed in an alert and processing is stopped.

INPUTS

string $parm1 - the error to save

SOURCE

function x6Error($parm1) { return x4Error($parm1); }
function x4Error($parm1) {
    $GLOBALS['AG']['x4']['error'][] = $parm1;
}
comments powered by Disqus
Home |  Documentation |  Download |  Credits |  Contact |  Login
Andromeda © Copyright 2004-2013, Licensed under the GPL Version 2