更新框架至5.1.35版本
This commit is contained in:
@@ -437,6 +437,16 @@ abstract class Model implements \JsonSerializable, \ArrayAccess
|
||||
return $this->exists;
|
||||
}
|
||||
|
||||
/**
|
||||
* 判断模型是否为空
|
||||
* @access public
|
||||
* @return bool
|
||||
*/
|
||||
public function isEmpty()
|
||||
{
|
||||
return empty($this->data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 保存当前数据对象
|
||||
* @access public
|
||||
|
||||
Reference in New Issue
Block a user