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 e4d3903 commit 7e55e45Copy full SHA for 7e55e45
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