15 "opened" => array(
"storage" =>
"session")
46 $cur_arr = explode(
";", $cur);
47 if (!in_array((
int)
$_GET[
"tab_nr"], $cur_arr))
49 $cur_arr[] = (int)
$_GET[
"tab_nr"];
52 "opened", implode($cur_arr,
";"));
58 $cur_arr = explode(
";", $cur);
59 if(($key = array_search((
int)
$_GET[
"tab_nr"], $cur_arr)) !==
false) {
60 unset($cur_arr[$key]);
63 "opened", implode($cur_arr,
";"));
74 "opened",
$_GET[
"tab_nr"]);
88 switch ($this->properties[$a_property][
"storage"])
91 $_SESSION[
"accordion"][$a_table_id][$a_user_id][$a_property]
115 switch ($this->properties[$a_property][
"storage"])
118 $r =
$_SESSION[
"accordion"][$a_table_id][$a_user_id][$a_property];
Saves (mostly asynchronously) user properties of accordions.
getProperty($a_table_id, $a_user_id, $a_property)
Get property in session or db.
storeProperty($a_table_id, $a_user_id, $a_property, $a_value)
Store property in session or db.
& executeCommand()
execute command
setOpenedTab()
Show Filter.