mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 23:31:44 +09:00
17 lines
297 B
PHP
17 lines
297 B
PHP
<?php
|
|
/**
|
|
* @class pagemakerController
|
|
* @author zero (zero@nzeo.com)
|
|
* @brief pagemaker 모듈의 controller class
|
|
**/
|
|
|
|
class pagemakerController extends pagemaker {
|
|
|
|
/**
|
|
* @brief 초기화
|
|
**/
|
|
function init() {
|
|
}
|
|
|
|
}
|
|
?>
|