Rev | Line | |
---|
[2] | 1 | <?php |
---|
| 2 | /** |
---|
[4933] | 3 | * @copyright 2005-2008 OpenPNE Project |
---|
[2] | 4 | * @license http://www.php.net/license/3_01.txt PHP License 3.01 |
---|
| 5 | */ |
---|
| 6 | |
---|
| 7 | class ktai_page_h_ashiato extends OpenPNE_Action |
---|
| 8 | { |
---|
| 9 | function execute($requests) |
---|
| 10 | { |
---|
| 11 | $u = $GLOBALS['KTAI_C_MEMBER_ID']; |
---|
| 12 | |
---|
| 13 | // あしあとリスト |
---|
[1268] | 14 | $this->set("c_ashiato_list", db_ashiato_c_ashiato_list4c_member_id($u, 20)); |
---|
[2] | 15 | |
---|
| 16 | // 総あしあと数 |
---|
[1268] | 17 | $this->set("c_ashiato_num", db_ashiato_c_ashiato_num4c_member_id($u)); |
---|
[2] | 18 | |
---|
| 19 | return 'success'; |
---|
| 20 | } |
---|
| 21 | } |
---|
| 22 | |
---|
| 23 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.