douwen3973 2011-07-16 13:43
浏览 21
已采纳

如何在yii中添加下拉国家/地区列表?

I am new to Yii and frankly new to Object oriented php also. I am trying to learn this. Just needed some help.

Now i create a New customer table for customer details, here have a country field, I need create a drop-down list of countries. Here i use this code

             <?php echo $form->labelEx($model,'country'); ?>
            <?php echo $form->dropDownList($model,'country',Lookup::country()); ?>
            <?php echo $form->error($model,'country'); ?>

but the error show on

include(Lookup.php): failed to open stream: No such file or directory 

So here how can i create the Lookup.php file Please if anyone could help me with this...

  • 写回答

1条回答 默认 最新

  • dsw7547 2011-07-16 19:40
    关注

    Do you have a Lookup.php file? If you have autoloading set in your config file set to 'import'=>array( 'application.models.*', 'application.components.*', ), then you can put Lookup.php file in one of those folders. The results of that could be the result of a listData output or could simply be an associative array of 'value'=>'label'.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 #MATLAB仿真#车辆换道路径规划
  • ¥15 java 操作 elasticsearch 8.1 实现 索引的重建
  • ¥15 数据可视化Python
  • ¥15 要给毕业设计添加扫码登录的功能!!有偿
  • ¥15 kafka 分区副本增加会导致消息丢失或者不可用吗?
  • ¥15 微信公众号自制会员卡没有收款渠道啊
  • ¥15 stable diffusion
  • ¥100 Jenkins自动化部署—悬赏100元
  • ¥15 关于#python#的问题:求帮写python代码
  • ¥20 MATLAB画图图形出现上下震荡的线条