Merge branch 'master' of github.com:typecho/typecho
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user