mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-06 21:45:47 +08:00
优化 安装包生成
This commit is contained in:
15
Application/Home/Common/function.php
Executable file
15
Application/Home/Common/function.php
Executable file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* 模块方法
|
||||
* @author Devil
|
||||
* @blog http://gong.gg/
|
||||
* @version 0.0.1
|
||||
* @datetime 2016-12-01T21:51:08+0800
|
||||
*/
|
||||
|
||||
function test2()
|
||||
{
|
||||
echo 'test2()';
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user