mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-07-27 02:59:47 +02:00
working silk mvc framework
This commit is contained in:
5
apps/views/default/post/add.ls
Normal file
5
apps/views/default/post/add.ls
Normal file
@ -0,0 +1,5 @@
|
||||
<?lua
|
||||
local args = {...}
|
||||
echo("add page : <br/>")
|
||||
echo(JSON.encode(args))
|
||||
?>
|
5
apps/views/default/post/edit.ls
Normal file
5
apps/views/default/post/edit.ls
Normal file
@ -0,0 +1,5 @@
|
||||
<?lua
|
||||
local args = {...}
|
||||
echo("edit page <br/>")
|
||||
echo(JSON.encode(args))
|
||||
?>
|
4
apps/views/default/post/index.ls
Normal file
4
apps/views/default/post/index.ls
Normal file
@ -0,0 +1,4 @@
|
||||
<?lua
|
||||
local args = {...}
|
||||
echo(JSON.encode(args))
|
||||
?>
|
Reference in New Issue
Block a user