For internal connections, use persistent connections if true Default: When phpLens connects internally to the database where the phpLens table resides, it will use this setting to determine whether to connect using persistent or non-persistent connections.
Also when you generate PHP source code or use the applets technology, this setting determines whether the code uses persistent connections or not.Syntax
$lens->persist = true; // or false Basic:Yes Advanced/Enterprise:Yes DynamicEdit:Yes [Version 2.0.6]
|