新增Sqlite->parseLimit limit参数注释

This commit is contained in:
yinggaozhen
2017-08-02 21:12:09 +08:00
committed by ThinkPHP
parent 0f996e12f5
commit 18dfd95f48

View File

@@ -22,6 +22,7 @@ class Sqlite extends Builder
/**
* limit
* @access public
* @param string $limit
* @return string
*/
public function parseLimit($limit)