zend db 多表查询 LIMIT BUG 解决方法
摘要:
zend db 多表查询 LIMIT BUG 解决方法 将Zend/Db/Adapter/Pdo/mssql.php中 如下方法替换 。 public function limit($sql, $count, $offset = 0) { $count = intva... 阅读全文
posted @ 2010-01-28 17:35 王峰炬 阅读(129) 评论(0) 推荐(0)
posted @ 2010-01-28 17:35 王峰炬 阅读(129) 评论(0) 推荐(0)