mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 15:02:47 +08:00
改进Query类
This commit is contained in:
@@ -1821,10 +1821,10 @@ class Query
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 分析表达式(可用于查询或者写入操作)
|
* 分析表达式(可用于查询或者写入操作)
|
||||||
* @access public
|
* @access protected
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
public function parseExpress()
|
protected function parseExpress()
|
||||||
{
|
{
|
||||||
$options = $this->options;
|
$options = $this->options;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user