Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はyiiが初めてです。SiteController のデフォルトの actionLogin() メソッドで、 $model->attribtes定義されている場所を検索していますか?
$model->attribtes
$model->attributes=$_POST['LoginForm'];
LoginForm、CFormModel、CModel クラスを検索しましたが、見つかりませんでした。セッターメソッドですか?