build_indexes>>
Method to rebuild data_table full text indexes.
Class: bb_main, called as $main
File: bb_main.php (php)
Declaration:
function build_indexes($con, $row_type = 0)
Usage:
$main->build_indexes($con, $row_type);
Action: Rebuilds the full text indexes.
Note: $row_type = 0
rebuilds all full text indexes.
Parameter: $con (database connector)
Valid database connection.
Parameter: $row_type (integer)
Row type of the layout to have indexes rebuilt, 0 to rebuild all indexes.
Updated: 2016-07-17