1
When I turn on MySQL debug, I get a long list of queries. My question is:
Does XOOPS create a connection to the DB for each of these queries, or does using "$xoopsDB->query($sql)" (in other words the XoopsDB class) do some form of connection pooling for me?
Thanks,
JMass