Changeset 20781
- Timestamp:
- 2011/03/24 18:10:42 (12 years ago)
- bzr:base-revision:
- ohkouchi@loop-az.jp-20110324071312-yde0daozgwr2gbu6
- bzr:committer:
- Kentaro Ohkouchi <ohkouchi@loop-az.jp>
- bzr:file-ids:
html/user_data/__default.php 19777@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Fversion-2_5-dev%2Fhtml%2Fuser_data%2F__default.php- bzr:mapping-version:
- v4
- bzr:repository-uuid:
- 1e3b908f-19a9-db11-a64c-001125224ba8
- bzr:revision-id:
- ohkouchi@loop-az.jp-20110324091039-0p1h0g6w6ogqwc71
- bzr:revno:
- 3493
- bzr:revprop:branch-nick:
- branches/version-2_11-dev
- bzr:root:
- branches/version-2_11-dev
- bzr:timestamp:
- 2011-03-24 18:10:39.466000080 +0900
- bzr:user-agent:
- bzr2.2.1+bzr-svn1.0.4
- svn:original-date:
- 2011-03-24T09:10:39.466000Z
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/html/user_data/__default.php
r20344 r20781 27 27 */ 28 28 function process() { 29 $objView = new SC_SiteView_Ex(); 29 parent::process(); 30 $this->action(); 31 $this->sendResponse(); 32 } 30 33 31 // 画面の表示 32 $objView->assignobj($this); 33 $objView->display(SITE_FRAME); 34 /** 35 * Page のアクション. 36 * 37 * @return void 38 */ 39 function action() { 34 40 } 35 41
Note: See TracChangeset
for help on using the changeset viewer.