Merge branch 'master' of github.com:typecho/typecho

This commit is contained in:
joyqi 2017-09-08 14:49:46 +08:00
commit b1c0185d85

View File

@ -215,6 +215,16 @@ class Typecho_Db_Query
return '#param:' . (count($this->_params) - 1) . '#';
}
/**
* 获取参数
*
* @return array
*/
public function getParams()
{
return $this->_params;
}
/**
* set default params
*