14 $constraints .=
"AND uri NOT LIKE '/action/image/%'";
29 $table->column(
"Date",
"{activity_time:m/d/Y g:i:s}",
true,
"width: 20%")
30 ->column(
"Method",
"{method}",
true,
"width: 10%; text-align: center")
31 ->column(
"URI",
"{uri}",
true,
"white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 40%")
32 ->column(
"Response Time (s)",
"{response_time}",
true,
"text-align: right")
33 ->column(
"Memory Usage",
"{ActivityTracker::formatMemoryUsage}",
true,
"text-align:right", Number,
null,
"{memory_usage}");
38 $table->onStartRow = array(
new SessionDetailsHelper(), filterImages);
39 $table->excelFile =
"session_{$session_id}.xls";
43 <form method=
"GET" action=
"">
44 <input type=
'hidden' name=
'session_id' value=
"<?echo $session_id?>"/>
45 <input type=
"checkbox" class=
"checkbox" name=
"showImages" id=
"showImages" value=
"1"<?echo
$showImages ?
" checked='checked'" :
""?>/> Show Image Records&
nbsp;&
nbsp;
46 <input type=
"submit" class=
"button" value=
" GO "/>
if(! $showImages) if($session_id) else if($sessionIdentifier) $activity
static usingFeature()
Uses the specified framework feature(s).
static using()
Import the datamodels, views and manifest for the specified component(s).
static fromIdentifier($identifier)