Skip to content
Juan Jose Longoria edited this page Oct 6, 2015 · 1 revision

Welcome to the JavaPhpDbConnector wiki!

In this Wiki we explain how to use our Database Connector.Its really easy and its totally prepared for work with MVC pattern.

The JavaPhpDbConnector was created for make connections to database with PHP files and PDO library. This idea born when we working an Android project and need to connect to external database in our server. In this case, its recommended make the connections to database with PHP Post petitions and HTTPS protocol for best security. For solve this problem we decide to develop this connector.

With JavaPhpDbConnector you have all the control of your database. Can execute all CRUD operations and more. You can create or alter tables, create or execute functions or procedures...

It is similar to SQLite Android Connector but you can magnament all MySQL Databases remotetly or locally.

Clone this wiki locally