You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$meta['namespace'] = 'The namespace in which your queries are created. Be sure to use the proper ACL restrictions to prevent unauthorized user to do arbitrary SQL queries.';
9
-
$meta['dsn'] = 'The connection <a href="https://www.php.net/manual/en/pdo.construct.php">DSN string</a> for your database.';
10
-
$meta['user'] = 'The user name to connect to your database.';
11
-
$meta['pass'] = 'The password to connect to your database';
8
+
$lang['namespace'] = 'The namespace in which your queries are created. Be sure to use the proper ACL restrictions to prevent unauthorized user to do arbitrary SQL queries.';
9
+
$lang['dsn'] = 'The connection <a href="https://www.php.net/manual/en/pdo.construct.php">DSN strings</a> for your databases.';
10
+
$lang['user'] = 'The user name to connect to your database (if not supplied above).';
11
+
$lang['pass'] = 'The password to connect to your database (if not supplied above).';
0 commit comments