现在的位置: 首页 > 综合 > 正文

yii框架中建立表单请问错在哪Parse error: syntax error, unexpected ‘=’, expecting ‘)’ in E:\WEB\yii-1.1.8.r3324\pr

2013年08月28日 ⁄ 综合 ⁄ 共 292字 ⁄ 字号 评论关闭

 

<?php

class HelloworldController extends Controller
{
  public $strToDisplayByPull = 'Hello';

public function actionIndex()
{
$this->renderPartial('index',array(
"strToDisplayByPush"=>"World"
));
}

public function activeFeedback()
{
$model=new FeedbackForm;
$this->renderpartial('feedback',array("model"=>$model));
}
}

抱歉!评论已关闭.