<?php
function app_admin_file_list() {
$file_array[] = "control/OrderExpress.php";
$file_array[] = "control/OrderFinance.php";
$file_array[] = "control/OrderMain.php";
$file_array[] = "control/OrderPay.php";
$file_array[] = "control/OrderStatistics.php";
$file_array[] = "control/OrderWidget.php";
$file_array[] = "espcms_admin_includes/link/OrderLink.php";
$file_array[] = "espcms_admin_templates/order/express_add.html";
$file_array[] = "espcms_admin_templates/order/express_edit.html";
$file_array[] = "espcms_admin_templates/order/express_index.html";
$file_array[] = "espcms_admin_templates/order/express_list.html";
$file_array[] = "espcms_admin_templates/order/member_statistics.html";
$file_array[] = "espcms_admin_templates/order/order.css";
$file_array[] = "espcms_admin_templates/order/order.js";
$file_array[] = "espcms_admin_templates/order/order_add.html";
$file_array[] = "espcms_admin_templates/order/order_edit.html";
$file_array[] = "espcms_admin_templates/order/order_express_add.html";
$file_array[] = "espcms_admin_templates/order/order_express_edit.html";
$file_array[] = "espcms_admin_templates/order/order_express_index.html";
$file_array[] = "espcms_admin_templates/order/order_express_list.html";
$file_array[] = "espcms_admin_templates/order/order_express_view.html";
$file_array[] = "espcms_admin_templates/order/order_finance_add.html";
$file_array[] = "espcms_admin_templates/order/order_finance_edit.html";
$file_array[] = "espcms_admin_templates/order/order_finance_index.html";
$file_array[] = "espcms_admin_templates/order/order_finance_list.html";
$file_array[] = "espcms_admin_templates/order/order_finance_refund_add.html";
$file_array[] = "espcms_admin_templates/order/order_finance_refund_edit.html";
$file_array[] = "espcms_admin_templates/order/order_finance_view.html";
$file_array[] = "espcms_admin_templates/order/order_index.html";
$file_array[] = "espcms_admin_templates/order/order_list.html";
$file_array[] = "espcms_admin_templates/order/order_pay_add.html";
$file_array[] = "espcms_admin_templates/order/order_pay_edit.html";
$file_array[] = "espcms_admin_templates/order/order_pay_index.html";
$file_array[] = "espcms_admin_templates/order/order_pay_list.html";
$file_array[] = "espcms_admin_templates/order/order_print.html";
$file_array[] = "espcms_admin_templates/order/order_print_ship.html";
$file_array[] = "espcms_admin_templates/order/order_set.html";
$file_array[] = "espcms_admin_templates/order/order_view.html";
$file_array[] = "espcms_admin_templates/order/order_widget.html";
$file_array[] = "espcms_admin_templates/order/order_widget_list.html";
return $file_array;
}
function app_web_file_list() {
$file_array[] = "espcms_includes/lanpack/zh_CN/order_pack.php";
$file_array[] = "espcms_includes/link/OrderLink.php";
$file_array[] = "espcms_interface/ESPCMS_OrderDB.php";
$file_array[] = "espcms_web/lib_order.php";
$file_array[] = "espcms_web/Order.php";
$file_array[] = "espcms_web/OrderMain.php";
$file_array[] = "espcms_web/OrderReturn.php";
return $file_array;
}
function app_db_list() {
$db_array[] = "order";
$db_array[] = "order_info";
$db_array[] = "order_pay";
$db_array[] = "order_payreceipt";
$db_array[] = "order_shipping";
$db_array[] = "order_shipreceipt";
return $db_array;
}
function app_menu() {
$menu_name_ke[] = "OrderMain";
$menu_name_ke[] = "OrderFinance";
$menu_name_ke[] = "OrderExpress";
$menu_name_ke[] = "OrderStatistics";
$menu_name_ke[] = "Order";
return $menu_name_ke;
}