This function was removed in A Wee Tiny Blog 0.8 . This reference is for older versions only.
Normally, you would use the
ConnectToDatabase method shortly after starting your script. This gives the A Wee Tiny Blog object access to your MySQL database, and starts the ball rolling.
Some developers would prefer to handle the database connections themselves however. This method simply alerts A Wee Tiny Blog that a connection is already available.
In scripts using newer versions of A Wee Tiny Blog, you'll want to use the
UseConnection method to pass the mysqli connection handle to the A Wee Tiny Blog object.