pj DataProvider Framework
Version: 1.0.0 Release Date: 13 June 2017

Encapsulates DB interface with powerful classes


  • The pj DataProvider is a general usage framework usable in any PHP environment
  • IDataProvider defines a function set the actual database engine interface must provide
  • MySqlDataProvider is the IDataProvider layer to the MySql database engine (mysqli).
    Other database layers have only to be developed (e.g. PostgreDataProvider, SqlServerDataProvider, OracleDataProvider etc.) and implemented in the place of MySqlDataProvider with no effects for the application code itself
  • InfoBase, representing one single database table row, is a base class for extension's classes with specific functionality, related to application's database tables.

Reviews

There are no review yet.

Add Your Review

Please before submit your review.