git-svn-id: http://xe-core.googlecode.com/svn/trunk@675 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-26 11:38:40 +00:00
parent 3b980a8183
commit 8fe469eb77

View file

@ -1,17 +0,0 @@
<?php
/**
* @class pagemakerModel
* @author zero (zero@nzeo.com)
* @brief pagemaker 모듈의 model class
**/
class pagemakerModel extends pagemaker {
/**
* @brief 초기화
**/
function init() {
}
}
?>