yii模版中的写法

<tr>
    <th valign="top"><p class="bh-mTop5"><?php echo $form->label($model,'remark'); ?>:</p></th>
    <td colspan="5">
        <?php echo $form->textArea($model,'remark',array('class'=>'', 'rows'=>3,'cols'=>80)); ?>
        <?php echo CHtmlExt::requiredSign($model, 'remark');?>
	<?php echo CHtmlExt::inputError($model, 'remark');?>
    </td>
</tr>


都是调用model中的东西,的确很厉害

posted @ 2012-04-26 15:21  夏至冬末  阅读(112)  评论(0编辑  收藏  举报