注意 命令需要在 fastadmin项目中使用
fastadmin使用教程
cmd cd 到 项目中
php think crud -t fa_student -c student/Student
此代码的意思是 根据fa_student表创建student模块 减少了编写代码的时间,fa_student表是可变的
php think menu -c student/Student
此代码的含义是在菜单栏中显示student 菜单下的student的crud操作
注意 命令需要在 fastadmin项目中使用
fastadmin使用教程
cmd cd 到 项目中
php think crud -t fa_student -c student/Student
此代码的意思是 根据fa_student表创建student模块 减少了编写代码的时间,fa_student表是可变的
php think menu -c student/Student
此代码的含义是在菜单栏中显示student 菜单下的student的crud操作