EFTEC / PdoOne

It is a simple library for PHP that simplify the use of the PDO extension.
https://www.eftec.cl
MIT License
108 stars 19 forks source link

Prefix tables #2

Closed FlamesONE closed 2 years ago

FlamesONE commented 2 years ago

Hello, i just started to use this library, and i have a problem. I need to add prefix to every table in QueryBuilder. I editing $prefixBase, but it's not working. in your documentation $prefixBase defined as non-static var, but it's not it. How i can add prefix to every table?

jorgecc commented 2 years ago

Ok, added a new field called $prefixTable

FlamesONE commented 2 years ago

Thanks for really quick solution