Implement Iterator in BSDbResult
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 25 Jun 2008 14:14:33 +0000 (10:14 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 25 Jun 2008 14:14:33 +0000 (10:14 -0400)
commit3b3e2b09f7afdba26129f0a52183471a8109bb98
tree2f6d7dff124fdcfee628cf2bb711d99f30151944
parentb4f6983f45d12cd8a8fb5d1193cd9db796606434
Implement Iterator in BSDbResult

* Db.php: Add $iterator ivar
(BSDBResult::rewind): New method
(BSDBResult::current): New method
(BSDBResult::key): New method
(BSDBResult::next): New method
(BSDBResult::valid): New method
CHANGES
Db.php