M
Matt Baker
Guest
I believe Syphony is PHP based framework. I don't believe there is a PDO driver available for OpenEdge would which allow direct ODBC connection. Progress supplies both ODBC and JDBC drivers. You would need either ODBC or JDBC bridge to use them. Either that or you can provide access to the database through the Progress Application Server by writing web services that handle REST calls. There are PHP based ODBC and JDBC bridges available. I won't link to one here, but a google search should provide some suggestions.
Continue reading...
Continue reading...