mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1000 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
78d85654a1
commit
8ab46aa600
16 changed files with 115 additions and 63 deletions
|
|
@ -248,9 +248,11 @@
|
|||
**/
|
||||
|
||||
// 상위 클래스명 구함
|
||||
$high_class_file = sprintf('%s%s.class.php', $class_path, $module);
|
||||
if(!file_exists($high_class_file)) return NULL;
|
||||
require_once($high_class_file);
|
||||
if(!class_exists($module)) {
|
||||
$high_class_file = sprintf('%s%s.class.php', $class_path, $module);
|
||||
if(!file_exists($high_class_file)) return NULL;
|
||||
require_once($high_class_file);
|
||||
}
|
||||
|
||||
// 객체의 이름을 구함
|
||||
switch($type) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue