Add BSApi::fetchValue() and BSApi::reset() methods
authorRobert Sesek <rsesek@bluestatic.org>
Fri, 7 Nov 2008 17:16:59 +0000 (12:16 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Fri, 7 Nov 2008 17:16:59 +0000 (12:16 -0500)
commitd1ecefde4d38cfa9edd268332d19c7515c86a7a5
tree500dee1da88e9e9d84a93e8103b79b36546aab74
parent2851cd1e1e399834f754893627bdae9f1c32d232
Add BSApi::fetchValue() and BSApi::reset() methods

* Api.php:
(BSApi::fetchValue): New method to return the value of a field from either the record[] or values[] array
(BSApi::reset): New method to reset the API object to only have the REQ_AUTO field set
Api.php
CHANGES