Back
nameSpace
Programming
nameSpace
Changing this property prevents the same applet on different pages from sharing session variables
Default:
This allows you to run the same applet in different pages with different settings (session variables). The value of the nameSpace is any valid string.

This feature only works with PHPLens 4.2.3 or later.

Since PHPLens 4.9.11, if the nameSpace begins with '_', then the applets will share the same properties, and will work correctly even if both applets are on the same .php page.

Syntax
# inside first applet
$lens->nameSpace = 'ns1';

# 2nd applet
$lens->nameSpace = 'ns2';

 Basic:Yes  Advanced/Enterprise:Yes  DynamicEdit:Yes   [Version 1.0]