mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 15:21:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4874 201d5d3c-b55e-5fd7-737f-ddc643e51545
18 lines
308 B
PHP
18 lines
308 B
PHP
<?php
|
|
/**
|
|
* @class planetAdminModel
|
|
* @author sol (sol@ngleader.com)
|
|
* @version 0.1
|
|
* @brief planet 모듈의 admin model class
|
|
**/
|
|
|
|
class planetAdminModel extends planet {
|
|
|
|
/**
|
|
* @brief 초기화
|
|
**/
|
|
function init() {
|
|
}
|
|
|
|
}
|
|
?>
|