ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
memcachestat.tpl.php File Reference

Go to the source code of this file.

Variables

$this data ['head']
 
 $title = $this->data['title']
 
 $table = $this->data['table']
 
 $column_titles = array()
 
 foreach ( $table as $row_title=> $row_data)
 

Variable Documentation

◆ $column_titles

$column_titles = array()

Definition at line 33 of file memcachestat.tpl.php.

◆ $table

$table = $this->data['table']

Definition at line 29 of file memcachestat.tpl.php.

◆ $title

$title = $this->data['title']

Definition at line 28 of file memcachestat.tpl.php.

◆ data

$this data[ 'head']
Initial value:
= '<style type="text/css">
table.statustable td, table.statustable th {
border: 1px solid #eee;
padding: 2px 6px;
}
table.statustable {
border-collapse: collapse;
}
.bmax {
border: 1px solid #555;
background: #eee;
}
.bused {
border-right: 1px solid #555;
border-bottom: 1px solid #555;
color: white;
background: #833;
}
</style>
'

Definition at line 3 of file memcachestat.tpl.php.

◆ foreach

foreach($table as $row_title=> $row_data)

Definition at line 34 of file memcachestat.tpl.php.