This website requires JavaScript.
Explore
Help
Sign In
topnuomi
/
TOP-framework
mirror of
https://gitee.com/topnuomi/TOP-framework
Watch
1
Star
0
Fork
You've already forked TOP-framework
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e32d3c523c
TOP-framework
/
framework
/
create
/
tpl
/
model
/
demo.tpl
12 lines
135 B
Smarty
Raw
Blame
History
<?php
namespace app\
{
name
}
\model;
class Demo
{
public
function
get
(
)
{
return
'模块{name}正在运行...'
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink