dryl34156 2016-07-31 12:41
浏览 34

为什么没找到'Agama'班? (与Yii2Framework相关)

when I try to display related data in views i wrote this code the directory of this code ".../frontend/views/biodataorang/_form.php

<?php

use yii\helpers\Html;
use yii\widgets\ActiveForm;
use yii\helpers\ArrayHelper;
use yii\db\ActiveQuery

/* @var $this yii\web\View */
/* @var $model app\models\Biodataorang */
/* @var $form yii\widgets\ActiveForm */
?>

<div class="biodataorang-form">

    <?php $form = ActiveForm::begin(); ?>

    <?= $form->field($model, 'ID')->textInput() ?>

    <?= $form->field($model, 'AgamaID')->textInput() ?>

    <?= $form->field($model, 'StatusKawinID')->textInput() ?>

    <?= $form->field($model, 'PekerjaanID')->textInput() ?>

    <?= $form->field($model, 'SukuBangsaID')->textInput() ?>

    <?= $form->field($model, 'WargaNegaraID')->textInput() ?>

    <?= $form->field($model, 'GolonganDarahID')->textInput() ?>

    <?= $form->field($model, 'Tinggi')->textInput() ?>

    <?= $form->field($model, 'Berat')->textInput() ?>

    <?php
        echo $form->field($model, 'AgamaID')->dropDownList(ArrayHelper::map(Agama::find()->select(['nama','id'])->all(), 'id', 'displayName'),['class' => 'form-control inline-block']);
    ?>

    <div class="form-group">
        <?= Html::submitButton($model->isNewRecord ? Yii::t('app', 'Create') : Yii::t('app', 'Update'), ['class' => $model->isNewRecord ? 'btn btn-success' : 'btn btn-primary']) ?>
    </div>

    <?php ActiveForm::end(); ?>

</div>

but when i try to update the table with create 'biodataorang' as examples (I have used gii), there was something error and it said class 'Agama' not found.

what should I do?

  • 写回答

1条回答 默认 最新

  • donglaohua1671 2016-07-31 12:50
    关注

    You are missing the use construct for this class.

    Add among the others at the top one more use like:

    use [...]\Agama;
    

    You need to check what is the proper namespace for this class to use instead [...] there. It might be

    use app\models\Agama;
    

    based on the other model that is used here.

    Read more about namespaces and using them.

    评论

报告相同问题?

悬赏问题

  • ¥15 Python中的request,如何使用ssr节点,通过代理requests网页。本人在泰国,需要用大陆ip才能玩网页游戏,合法合规。
  • ¥100 为什么这个恒流源电路不能恒流?
  • ¥15 有偿求跨组件数据流路径图
  • ¥15 写一个方法checkPerson,入参实体类Person,出参布尔值
  • ¥15 我想咨询一下路面纹理三维点云数据处理的一些问题,上传的坐标文件里是怎么对无序点进行编号的,以及xy坐标在处理的时候是进行整体模型分片处理的吗
  • ¥15 CSAPPattacklab
  • ¥15 一直显示正在等待HID—ISP
  • ¥15 Python turtle 画图
  • ¥15 stm32开发clion时遇到的编译问题
  • ¥15 lna设计 源简并电感型共源放大器