Name of the index to $PHPLENS_DATABASES Default: Allows you to define which database in $PHPLENS_DATABASES you are using. This is useful for hot updates of lookupLens. $PHPLENS_DATABASES is defined in phplens/config/phplens.inc.php.
For example, if the first element in $PHPLENS_DATABASE is selected:
$PHPLENS_DATABASES =
array( //driver, server, userid, pwd, database
'mysqldb'=>array('mysql','localhost', 'root','','phplens')
);
Then $lens->phplensDatabase = 'mysqldb'; Basic:Yes Advanced/Enterprise:Yes DynamicEdit:Yes [Version 1.3.15]
|