Closed ghost closed 5 years ago
doc: https://github.com/voku/simple-mysqli#doctrinedbal-as-parent-driver tests: https://github.com/voku/simple-mysqli/blob/master/tests/SimpleDoctrinePdoTest.php#L30
... I hope this documentation and code examples can help you. Happy coding! :)
Thanks man!!!
How to use doctrine/dbal or nextras/dbal for connection in getInstance?
DB::getInstance('localhost', 'andy', 'andy', 'database');
I've try using doctrine dbal but don't work!!!