インデックス ビューの代わりにそのビューをレンダリングするために、SiteController クラスのモジュール ビューにアクセスするために何をする必要があるのか 疑問に思っています。にあるビューにアクセスしたいprotected/modules/account/views/account/register.php
。SiteController::actionIndex
class::method :でこの行を変更する必要があることはわかっています$this->render('index', array('model' => $model));
。しかし、モジュールのビューにアクセスするために何を入れる必要があるのか わかりません。試し'account/views/account/register
ましたが、次の例外が発生します。CException SiteController cannot find the requested view "account\views\account\register"
あなたが提供できる助けや方向性に感謝します