Home > Backend Development > PHP Tutorial > Yii新手有关问题

Yii新手有关问题

WBOY
Release: 2016-06-13 12:30:32
Original
899 people have browsed it

Yii新手问题
最近在用yii做小项目
遇到一个小问题,我在创建表单的时候,想在

表单里面加入class=""
<?php $form=$this->beginWidget('CActiveForm',array(<br />
        'class'=>"form-signin",<br />
      )); ?>
Copy after login

上面这样写不行,会报错


请问各位怎么写才对

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template