php-webkit icon indicating copy to clipboard operation
php-webkit copied to clipboard

How to connect mysql in application folder

Open nikunjthedreamer opened this issue 7 years ago • 1 comments

it gives me mysql driver not found in nw window after application start successfully. so how to include that driver and where to include?

nikunjthedreamer avatar Mar 28 '17 08:03 nikunjthedreamer

The PHP Binaries are not included in this project, so you add modules to your local php binarie on the machine or if you include the binarie into your build than at that position.

Have a look at https://github.com/baconbrad/php-webkit/blob/master/php-webkit/main.js there is the handling which binaries get used so if you need custom modules you need to ship your own.

tuefekci avatar Mar 28 '17 12:03 tuefekci