I would like to modify the php connector and datasource to support other database (foxpro dbf). What should I modify to get these file
Sergio.
I would like to modify the php connector and datasource to support other database (foxpro dbf). What should I modify to get these file
Sergio.
Get db_sqlite3.php as an example
You need to define a class which extends DBDataWrapper, and name of class is like
{DBName}DBDataWrapper
In that class you need to override next methods