pdoMap - ORM for PHP
pdoMap is a PHP ORM (object-relational mapping) framework. The main aim of this project is to provide to PHP developers a RAD framework and a new way of dealing with databases. Its features include
- Focus on database design by managing structure in XML
- Mapping database tables with automatically generated classes from XML mapping files
- Provides a RAD environment that allows to write queries in an XML syntax
- Provides a programmatic SQL language compatible with all database engines
- Extensible field types (by default : primary / foreign / char / text / boolean / int / float / date)
- Provides deployment procedures and functionalities which create database and tables (including joins)
- Creates a service oriented classes by overriding tables adapters.
- Uses oriented event crud which enables interaction between the entities and advanced database logic.
http://www.pdomap.net/
License:
Tech:
Tags: