改进make命令

This commit is contained in:
yunwuxin
2016-07-14 18:05:30 +08:00
parent 2b88407f7a
commit d3c5c6f166
9 changed files with 227 additions and 164 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace {%namespace%};
use think\Controller;
class {%className%} extends Controller
{
//
}