mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 08:42:15 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@285 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d60057da37
commit
1011287741
6 changed files with 101 additions and 0 deletions
|
|
@ -13,6 +13,18 @@
|
|||
function init() {
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief DB 에 생성된 레이아웃의 목록을 구함
|
||||
**/
|
||||
function getLayoutList() {
|
||||
$oDB = &DB::getInstance();
|
||||
$output = $oDB->executeQuery('layout.getLayoutList');
|
||||
if(!$output->data) return;
|
||||
|
||||
if(is_array($output->data)) return $output->data;
|
||||
return array($output->data);
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 레이아웃의 경로를 구함
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue