We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2bfcfd commit 875972aCopy full SHA for 875972a
user_guide_src/source/database/utilities/006.php
@@ -2,6 +2,6 @@
2
3
$dbutil = \CodeIgniter\Database\Config::utils();
4
5
-if ($dbutil->optimize_table('table_name')) {
+if ($dbutil->optimizeTable('table_name')) {
6
echo 'Success!';
7
}
0 commit comments