Hello Stanislav, Thursday, May 13, 2004, 4:19:10 PM, you wrote:
[...] > @@ -198,6 +199,7 @@ > PHP_ME_MAPPING(__construct, sqlite_open, NULL) > /* PHP_ME_MAPPING(close, sqlite_close, NULL)*/ > PHP_ME_MAPPING(query, sqlite_query, NULL) > + PHP_ME_MAPPING(queryExec, sqlite_exec, NULL) > PHP_ME_MAPPING(arrayQuery, sqlite_array_query, NULL) > PHP_ME_MAPPING(singleQuery, sqlite_single_query, NULL) > PHP_ME_MAPPING(unbufferedQuery, sqlite_unbuffered_query, NULL) I`d prefer ->exec() or ->execute(). How about that? regards marcus -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php