model() публичный статический Метод

Returns the static model of the specified AR class.
public static model ( $className = __CLASS__ ) : the
Результат the static model class
echo $form->radioBoolean($element, $side . '_thickness_increase', array(), array('label' => 4, 'field' => 8));
echo $form->radioBoolean($element, $side . '_dry', array(), array('label' => 4, 'field' => 8));
?>

<div class="field-row" id="<?php 
echo CHtml::modelName($element) . '_' . $side;
?>
_fluid_fields"<?php 
if ($hide_fluid) {
    echo ' style="display: none;"';
}
?>
>
	<?php 
$html_options = array('style' => 'margin-bottom: 10px; width: 240px;', 'options' => array(), 'empty' => '- Please select -', 'div_id' => CHtml::modelName($element) . '_' . $side . '_fluidtypes', 'label' => 'Findings');
$fts = \OEModule\OphCiExamination\models\OphCiExamination_OCT_FluidType::model()->activeOrPk($element->fluidTypeValues)->findAll();
foreach ($fts as $ft) {
    $html_options['options'][(string) $ft->id] = array('data-order' => $ft->display_order);
}
echo $form->multiSelectList($element, CHtml::modelName($element) . '[' . $side . '_fluidtypes]', $side . '_fluidtypes', 'id', CHtml::listData($fts, 'id', 'name'), array(), $html_options, false, false, null, false, false, array('label' => 4, 'field' => 6));
?>
	<div class="row">
		<div class="large-4 column">
			<label for="<?php 
echo CHtml::modelName($element) . '_' . $side . '_fluidstatus_id';
?>
">
				<?php 
echo $element->getAttributeLabel($side . '_fluidstatus_id');
?>
: