We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32fd206 commit b10ea0aCopy full SHA for b10ea0a
1 file changed
user_guide_src/source/database/queries.rst
@@ -72,6 +72,10 @@ without needing to create a new connection you can use this method::
72
$db->setPrefix('newprefix');
73
$db->prefixTable('tablename'); // outputs newprefix_tablename
74
75
+You can get the current prefix any time with this method::
76
+
77
+ $DBPrefix = $db->getPrefix();
78
79
**********************
80
Protecting identifiers
81
0 commit comments