mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-03 13:51:38 +08:00
traits 修改
This commit is contained in:
@@ -16,6 +16,9 @@ trait Auto {
|
||||
protected $_validate = []; // 自动验证定义
|
||||
protected $_auto = []; // 自动完成定义
|
||||
|
||||
public function test($auto=''){
|
||||
echo 'auto';
|
||||
}
|
||||
/**
|
||||
* 创建数据对象 但不保存到数据库
|
||||
* @access public
|
||||
|
||||
Reference in New Issue
Block a user