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.
yii2 でデフォルトのログイン ページをモデル ポップアップとして表示する方法を教えてください。
ありがとう
http://getbootstrap.com/javascript/#modals-usage
<a data-toggle="modal" href="<?= Url::toRoute(Yii::$app->user->loginUrl) ?>" data-target="#modal">Login</a>
そして実際に使用するrenderPartial()
renderPartial()