Page 1 of 1

Using Non-MySQL database

Posted: 2015-01-14 00:11
by danzman
I have an Advantage Database server(ADS) and need a web-based PHP application to access data. Can I use AppGini to create an application? There is a PHP hook to ADS available.

Re: Using Non-MySQL database

Posted: 2015-01-16 08:47
by a.gneady
You could try modifying the AppGini-generated "db.php" file to use the ADS database functions instead of the mysql functions. This is the only file you need to edit in order for the application to use another database.