mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
17 lines
282 B
PHP
17 lines
282 B
PHP
<?php
|
|
/**
|
|
* @class pagemakerModel
|
|
* @author zero (zero@nzeo.com)
|
|
* @brief pagemaker 모듈의 model class
|
|
**/
|
|
|
|
class pagemakerModel extends pagemaker {
|
|
|
|
/**
|
|
* @brief 초기화
|
|
**/
|
|
function init() {
|
|
}
|
|
|
|
}
|
|
?>
|