HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
tables.php File Reference

Go to the source code of this file.

Variables

$this pageTitle = Yii::app()->name . ' - Tables - CGridview and HTML'
$this breadcrumbs
 $gridDataProvider

Variable Documentation

$gridDataProvider
Initial value:
new CArrayDataProvider(array(
array('id'=>1, 'firstName'=>'Mark', 'lastName'=>'Otto', 'language'=>'<span class="badge badge-warning">HTML</span>','usage'=>'<span class="inlinebar">1,4,4,7,5,9,10</span>'),
array('id'=>2, 'firstName'=>'Jacob', 'lastName'=>'Thornton', 'language'=>'<span class="badge badge-important">CSS</span>','usage'=>'<span class="inlinebar">1,4,4,7,5,9,10</span>'),
array('id'=>3, 'firstName'=>'Stu', 'lastName'=>'Dent', 'language'=>'<span class="badge badge-info">Javascript</span>','usage'=>'<span class="inlinebar">1,4,4,7,5,9,10</span>'),
))

Definition at line 10 of file tables.php.

$this breadcrumbs
Initial value:
array(
'Tables - CGridview and HTML',
)

Definition at line 5 of file tables.php.

$this pageTitle = Yii::app()->name . ' - Tables - CGridview and HTML'

Definition at line 4 of file tables.php.