Skip to content
LinHUniX edited this page Mar 12, 2019 · 1 revision

Common is a Global enviromnet but only realtime:

lnxmcp()->updateCommonByEnv(force=false);

update the env ($_POST,$_GET,$_REQUEST) in Common vars

lnxmcp()->RemCommon();

dump with web rem "" tag the array of common ;

lnxmcp()->GetCommon();

get data from common vars if null all

lnxmcp()->SetCommon(,);

set data on common vars