Revision #3 has been created by pestaa on Aug 23, 2009, 9:11:54 AM with the memo:
$app
« previous (#2) next (#4) »
Changes
Title
unchanged
Adding login form to each page
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
Content
changed
[...]
```php
function endRequest($event)
{
$app=Yii::app();
if($app->createUrl($app->user->loginUrl[0])!=$app->request->getUrl())
$app->user->setReturnUrl(Yii::$app
()->request->getUrl());
}
```
Attaching could be done in your config:[...]