HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
_view.php
Go to the documentation of this file.
1 <?php
2 /* @var $this AccountTypesLimitsController */
3 /* @var $data AccountTypesLimits */
4 ?>
5 
6 <div class="view">
7  <b><?php echo CHtml::encode($data->getAttributeLabel('AccountTypeId')); ?>:</b>
8  <?php echo CHtml::link(CHtml::encode($data->AccountTypes->Type), array('view', 'id' => $data->AccountTypeId)); ?>
9  <br />
10 
11  <b><?php echo CHtml::encode($data->getAttributeLabel('LimitsKey')); ?>:</b>
12  <?php echo CHtml::encode($data->LimitsKey); ?>
13  <br />
14 
15  <b><?php echo CHtml::encode($data->getAttributeLabel('LimitsList')); ?>:</b>
16  <?php echo CHtml::encode($data->LimitsList); ?>
17  <br />
18 </div>