TOP-framework/framework/create/tpl/model/demo.tpl

12 lines
135 B
Smarty

<?php
namespace app\{name}\model;
class Demo
{
public function get()
{
return '模块{name}正在运行...';
}
}