Changeset 22567 for branches/version-2_12-dev/data/class/pages/guide
- Timestamp:
- 2013/02/18 19:09:54 (13 years ago)
- Location:
- branches/version-2_12-dev/data/class/pages/guide
- Files:
-
- 6 edited
-
LC_Page_Guide.php (modified) (5 diffs)
-
LC_Page_Guide_About.php (modified) (5 diffs)
-
LC_Page_Guide_Charge.php (modified) (5 diffs)
-
LC_Page_Guide_Kiyaku.php (modified) (6 diffs)
-
LC_Page_Guide_Privacy.php (modified) (5 diffs)
-
LC_Page_Guide_Usage.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/pages/guide/LC_Page_Guide.php
r22206 r22567 32 32 * @version $Id$ 33 33 */ 34 class LC_Page_Guide extends LC_Page_Ex { 34 class LC_Page_Guide extends LC_Page_Ex 35 { 35 36 36 37 // }}} … … 42 43 * @return void 43 44 */ 44 function init() { 45 function init() 46 { 45 47 parent::init(); 46 48 } … … 51 53 * @return void 52 54 */ 53 function process() { 55 function process() 56 { 54 57 parent::process(); 55 58 $this->action(); … … 62 65 * @return void 63 66 */ 64 function action() { 67 function action() 68 { 65 69 66 70 … … 72 76 * @return void 73 77 */ 74 function destroy() { 78 function destroy() 79 { 75 80 parent::destroy(); 76 81 } -
branches/version-2_12-dev/data/class/pages/guide/LC_Page_Guide_About.php
r22206 r22567 32 32 * @version $Id$ 33 33 */ 34 class LC_Page_Guide_About extends LC_Page_Ex { 34 class LC_Page_Guide_About extends LC_Page_Ex 35 { 35 36 36 37 // }}} … … 42 43 * @return void 43 44 */ 44 function init() { 45 function init() 46 { 45 47 parent::init(); 46 48 $masterData = new SC_DB_MasterData_Ex(); … … 53 55 * @return void 54 56 */ 55 function process() { 57 function process() 58 { 56 59 parent::process(); 57 60 $this->action(); … … 64 67 * @return void 65 68 */ 66 function action() { 69 function action() 70 { 67 71 68 72 … … 74 78 * @return void 75 79 */ 76 function destroy() { 80 function destroy() 81 { 77 82 parent::destroy(); 78 83 } -
branches/version-2_12-dev/data/class/pages/guide/LC_Page_Guide_Charge.php
r22206 r22567 32 32 * @version $Id$ 33 33 */ 34 class LC_Page_Guide_Charge extends LC_Page_Ex { 34 class LC_Page_Guide_Charge extends LC_Page_Ex 35 { 35 36 36 37 // }}} … … 42 43 * @return void 43 44 */ 44 function init() { 45 function init() 46 { 45 47 parent::init(); 46 48 } … … 51 53 * @return void 52 54 */ 53 function process() { 55 function process() 56 { 54 57 parent::process(); 55 58 $this->action(); … … 62 65 * @return void 63 66 */ 64 function action() { 67 function action() 68 { 65 69 66 70 … … 72 76 * @return void 73 77 */ 74 function destroy() { 78 function destroy() 79 { 75 80 parent::destroy(); 76 81 } -
branches/version-2_12-dev/data/class/pages/guide/LC_Page_Guide_Kiyaku.php
r22206 r22567 32 32 * @version $Id$ 33 33 */ 34 class LC_Page_Guide_Kiyaku extends LC_Page_Ex { 34 class LC_Page_Guide_Kiyaku extends LC_Page_Ex 35 { 35 36 36 37 // }}} … … 42 43 * @return void 43 44 */ 44 function init() { 45 function init() 46 { 45 47 parent::init(); 46 48 } … … 51 53 * @return void 52 54 */ 53 function process() { 55 function process() 56 { 54 57 parent::process(); 55 58 $this->action(); … … 62 65 * @return void 63 66 */ 64 function action() { 67 function action() 68 { 65 69 66 70 $this->lfGetKiyaku(intval($_GET['page']), $this); … … 74 78 * @return void 75 79 */ 76 function destroy() { 80 function destroy() 81 { 77 82 parent::destroy(); 78 83 } … … 85 90 * @return void 86 91 */ 87 function lfGetKiyaku($index, &$objPage) { 92 function lfGetKiyaku($index, &$objPage) 93 { 88 94 $objQuery =& SC_Query_Ex::getSingletonInstance(); 89 95 $objQuery->setOrder('rank DESC'); -
branches/version-2_12-dev/data/class/pages/guide/LC_Page_Guide_Privacy.php
r22206 r22567 32 32 * @version $Id$ 33 33 */ 34 class LC_Page_Guide_Privacy extends LC_Page_Ex { 34 class LC_Page_Guide_Privacy extends LC_Page_Ex 35 { 35 36 36 37 // }}} … … 42 43 * @return void 43 44 */ 44 function init() { 45 function init() 46 { 45 47 parent::init(); 46 48 } … … 51 53 * @return void 52 54 */ 53 function process() { 55 function process() 56 { 54 57 parent::process(); 55 58 $this->action(); … … 62 65 * @return void 63 66 */ 64 function action() { 67 function action() 68 { 65 69 66 70 … … 72 76 * @return void 73 77 */ 74 function destroy() { 78 function destroy() 79 { 75 80 parent::destroy(); 76 81 } -
branches/version-2_12-dev/data/class/pages/guide/LC_Page_Guide_Usage.php
r22206 r22567 32 32 * @version $Id$ 33 33 */ 34 class LC_Page_Guide_Usage extends LC_Page_Ex { 34 class LC_Page_Guide_Usage extends LC_Page_Ex 35 { 35 36 36 37 // }}} … … 42 43 * @return void 43 44 */ 44 function init() { 45 function init() 46 { 45 47 parent::init(); 46 48 } … … 51 53 * @return void 52 54 */ 53 function process() { 55 function process() 56 { 54 57 parent::process(); 55 58 $this->action(); … … 62 65 * @return void 63 66 */ 64 function action() { 67 function action() 68 { 65 69 66 70 … … 72 76 * @return void 73 77 */ 74 function destroy() { 78 function destroy() 79 { 75 80 parent::destroy(); 76 81 }
Note: See TracChangeset
for help on using the changeset viewer.
