40 Fakoli::end(
"Reorder help pages - unknown help book");
43 $tx =
new DataTransaction();
47 foreach($_GET[
"help_page_id"] as
$id => $sort_order)
50 checkNumeric($sort_order);
60 $helpPage->filter =
new InclusionFilter(
"sort_order");
FakoliException is the base exception class for all Fakoli errors.
static using()
Import the datamodels, views and manifest for the specified component(s).
static end($message="")
Use this method to terminate execution of a script instead of using the php keywords exit() or die().