mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-23 10:55:34 +08:00
28 lines
442 B
PHP
28 lines
442 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
|
||
/**
|
||
* mdl_page
|
||
*
|
||
* @uses modelFactory
|
||
* @package
|
||
* @version $Id$
|
||
* @copyright 2003-2007 ShopEx
|
||
* @author Wanglei <flaboy@zovatech.com>
|
||
* @license Commercial
|
||
*/
|
||
|
||
class desktop_mdl_settings extends dbeav_model{
|
||
|
||
function save($map,$parent_id=0,$depth=0,$path=''){
|
||
}
|
||
|
||
function &dump(){
|
||
}
|
||
|
||
}
|