php-webkit
php-webkit copied to clipboard
How to connect mysql in application folder
it gives me mysql driver not found in nw window after application start successfully. so how to include that driver and where to include?
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.