PHP Classes

pdbc: PHP database abstraction similar to Java JDBC

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 1,201 All time: 3,155 This week: 488Up
Version License Categories
pdbc 1.0.0GNU General Publi...Databases
Description 

Author

This package implements a database abstraction interface to access databases very similar to Java JDBC.

It provides separate classes for managing drivers, classes for managing connections, classes for executing queries with normal SQL statements or prepared statements, classes for retrieving the query results and also utility classes for managing string buffers and array vectors.

Currently the package comes only with MySQL driver classes, but other drivers may also be developed to implement the same interface for accessing other types of databases.

php database connect like jdbc, Unfortunately, this release does not include any documents, even an installation help. It is for the brave hearts who wish to trace into the source codes and have full knowledge on database(e.g MySQL) adminstration.

Picture of LinuxDriver
Name: LinuxDriver <contact>
Classes: 2 packages by
Country: China China

  Files folder image Files (16)  
File Role Description
Files folder imagepdbc (1 file, 1 directory)
Files folder imageutil (5 files)
Plain text file config.inc.php Conf. config file
Plain text file Object.class.php Class Basic class of all
Plain text file package_structure Data classes package structure
Accessible without login Plain text file test.php Example classes test program

  Files folder image Files (16)  /  pdbc  
File Role Description
Files folder imagemysql (6 files)
  Plain text file DriverManager.class.php Class Driver manager proxy class

  Files folder image Files (16)  /  pdbc  /  mysql  
File Role Description
  Plain text file Connection.class.php Class MySQL Connection class
  Plain text file Driver.class.php Class MySQL Driver class
  Plain text file PreparedStatement.class.php Class MySQL PreparedStatement class
  Plain text file ResultSet.class.php Class MySQL ResultSet class
  Plain text file ResultSetMetaData.class.php Class MySQL ResultSetMetaData class
  Plain text file Statement.class.php Class MySQL Statement class

  Files folder image Files (16)  /  util  
File Role Description
  Plain text file String.class.php Class String class
  Plain text file StringBuffer.class.php Class StringBuffer class
  Plain text file StringTokenizer.class.php Class StringTokenizer class
  Plain text file StringUtils.class.php Class String utils class
  Plain text file Vector.class.php Class Vector class

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:1,201
This week:0
All time:3,155
This week:488Up