PHP function db::query() returns the result index.
authorarjen <arjen>
Wed, 9 Jul 2003 07:22:52 +0000 (07:22 +0000)
committerarjen <arjen>
Wed, 9 Jul 2003 07:22:52 +0000 (07:22 +0000)
commit5d2a5ebfc5971ff96786b1ae01352c2e9032bcde
tree77c27475e8cea7d9ca2d4c6929501f58e861f912
parent4d57a7e6a9acd5f8ad538e3a4725ee4534d78c74
PHP function db::query() returns the result index.
PHP function db::num_rows() accepts a result index as argument
  (default = 0 -> use result from the previous query).
New PHP function db::fetch_object().
src/phpclasses/db.postgres.php