Closed randohinn closed 6 years ago
QB
is meant for this, it's like global you'll have access to \QB
anywhere in your app.
Table creation is not supported but feel free to use QB::query('CREATE TABLE....')
Ah, thanks. Early in the morning, and forgot the \
Hi!
What's the best way to use this in a namespaced application, so that all my classes under namespace
whatver
have access to the connection QB?What's the best way to use this for running table creation statements?