Welcome on pdoMap community
The description of pdoMap

pdoMap is a framework under LGPL for object-relational mapping (ORM) written in PHP 5. It allows you to easily define the structure of your databases and manipulate them without needing to write PHP code or SQL queries.

 
pdoMap and the agile software development

The agile software development is a list of practices that allows software developers to be responsive to customer requests and easily adjust their development. For more information I'll invite you to read the article which wiki has dedicated to this subject.

To implement this type of practice, you should know how to redesign and re-factor your code without regressing functionally. With pdoMap, such issues are no longer problematical.

With pdoMap:

  • Your code is centralized so as to facilitate these changes:
    • The structure of your databases
    • The services and applications
  • The synchronization procedures will simplify the migration and deployment
  • For each service you can automatically generate unit tests compatible with PHPUnit
 
Brief description of pdoMap

The main features of pdoMap are:

  • XML definition: mapping and SQL Queries
  • Independent data engines thanks to its query layers
  • Rapid execution: the code is generated directly in PHP
  • Improved functionalities: calculated fields, advanced functions, conditional transactions
 
Introducing the relational mapping

An ORM is a tool that allows you to convert the recordings of your database into objects used in your code like any other object.

You can then implement an object model representing your database and then use all the advantages of object-oriented programming.

The ORM is the end of thousands of stored procedures, the duplication of SQL queries, problems of migration, upgrades or maintenance.

 
pdoMap is an OpenSource PHP ORM project released under GNU/LGPL license
Copyright 2010 Ioan CHIRIAC - Get pdoMap : PHP ORM & Persistence Layer at SourceForge.net. Fast, secure and Free Open Source software downloads