On Tue, 2006-08-22 at 22:19 +0700, Peter Lauri wrote: > Yes, of course I can do that. But I was just lazy and wanted to reuse the > function mysql_query that I am already using. You could look into the runkit extension. I believe it allows this. At any rate, using mysql_xxx() is veyr low level and locks you into mysql only database. Most developers usually create a layer that wraps their specific database calls so that it's trivial to change and as you say "wrap". Cheers, Rob. -- .------------------------------------------------------------. | InterJinn Application Framework - http://www.interjinn.com | :------------------------------------------------------------: | An application and templating framework for PHP. Boasting | | a powerful, scalable system for accessing system services | | such as forms, properties, sessions, and caches. InterJinn | | also provides an extremely flexible architecture for | | creating re-usable components quickly and easily. | `------------------------------------------------------------' -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php