49 $tx =
new DataTransaction();
53 foreach($_GET[
"survey_question_xref_id"] as
$id => $sort_order)
56 checkNumeric($sort_order);
59 $xref->joinTransaction(
$tx);
61 $xref->filter =
new InclusionFilter(
"survey_question_xref_id",
"survey_id",
"survey_question_id",
"sort_order");
70 $xref->sort_order = $sort_order;
80 ajaxReturn($e->getMessage());
FakoliException is the base exception class for all Fakoli errors.
static using()
Import the datamodels, views and manifest for the specified component(s).
if(! $survey->isAuthor()) $tx