source:
platform/modules/user/actions/actions.class.php~
@
1
Last change on this file since 1 was 1, checked in by dungnv, 11 years ago | |
---|---|
File size: 356 bytes |
Rev | Line | |
---|---|---|
[1] | 1 | <?php |
2 | ||
3 | /** | |
4 | * user actions. | |
5 | * | |
6 | * @package violetspace | |
7 | * @subpackage user | |
8 | * @author Your name here | |
9 | * @version SVN: $Id: actions.class.php 2692 2006-11-15 21:03:55Z fabien $ | |
10 | */ | |
11 | class userActions extends sfActions | |
12 | { | |
13 | /** | |
14 | * Executes index action | |
15 | * | |
16 | */ | |
17 | public function executeIndex() | |
18 | { | |
19 | $this->forward('default', 'module'); | |
20 | } | |
21 | } |
Note: See TracBrowser
for help on using the repository browser.