yii:Unable to get the picture using “through”

后端 未结 1 1192
刺人心
刺人心 2021-01-29 05:39

I am a yiibie, and i am stuck in a problem. I have made a file named ngopage.php in my view file and i am able to get the data from my Ngo table but I

1条回答
  •  情话喂你
    2021-01-29 06:31

    For this i think you should use a has one relation

    'profile' => array(self::HAS_ONE,    'Profile', 'user_id'),
    

    0 讨论(0)
提交回复
热议问题