38 $tx =
new DataTransaction();
42 foreach($_GET[
"link_id"] as
$id => $sort_order)
45 checkNumeric($sort_order);
50 $link->filter =
new InclusionFilter(
"link_id",
"sort_order");
53 $link->sort_order = $sort_order;
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().
static assertRole($role, $redirect="", $message="")
Assert that the user has one of the specified roles.
This class maps the publication table.