Download List

Descripción del Proyecto

Pomm is an object oriented database access framework. It is not an ORM, it is an Object Model Manager.
It offers an alternative approach from an ORM to using databases in Web development. It allows developers to leverage PostgreSQL's features to shape data structures which fit business processes while keeping an eye on performance.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-02-14 07:44
1.1.1

Se trata de una versión de mantenimiento. Fija dos errores, uno en el analizador de dsn para permitir Pomm trabajar en la nube de Amazon y el otro insecto desagradable en el filtro de los mapas de la colección remoto.
Tags: ORM, PHP, Symfony, silex, postgresql
This is a maintenance release. It fixes two bugs, one in the dsn parser to allow Pomm to work in Amazon's cloud, and another nasty bug in the maps' remote collection filter.

2012-12-13 14:17
1.1.0

Errores en el donde la clase se han solucionado, y las instancias de base de datos ahora son un conjunto de instancias de conexión.


Se ha actualizado la documentación y algunos limpieza hecho.


1.1 POMM está listo para el uso en producción.
Bugs in the Where class have been fixed, and Database instances are now
a pool of Connection
instances.


Documentation has been updated, and some cleanup done.


Pomm 1.1 is now ready for production use.

2012-03-10 09:35
1.0.1

A fin de corregir un error importante en la generación de la clase de mapa base, esta versión está disponible antes de lo esperado. Arreglos de discos se generaron a los tipos incorrectos que no fueron manipulados por cualquier convertidor. Hay una nueva característica de poco en el convertidor de PgEntity: el campo de _extra. Más documentación y PHPDoc anotación ahora está completa.
Tags: PHP, postgresql, Symfony, silex, ORM
In order to fix an important bug in the base map class generation, this release is available sooner than expected. Arrays were generated to incorrect types that were not handled by any converter. There is a new little feature in the PgEntity converter: the _extra field. More documentation and PHPDoc annotation is now complete.

2012-03-01 10:58
1.0.0

El sistema de convertidor ha sido reescrito y ahora puede manejar matrices de Pg y Pg objetos. Pomm propone ahora campos Virtual apoyan para ofrecer sistema de relación. En consecuencia se ha actualizado el sistema de generación de la clase.
Tags: pomm, postgresql, PHP, silex, Symfony
The converter system has been rewritten and now can handle Pg arrays and Pg objects. Pomm now proposes Virtual fields support to offer relation system. The class generation system has been updated accordingly.

2012-02-04 09:56
rc4

Esta versión agrega una nueva consulta filterchain y registrador, corrige numerosos errores y composer.json (que significa que pomm ahora está disponible en packagist.org).

Tags: PHP, postgresql, silex, Symfony
This release adds a new query filterchain and logger, fixes numerous bugs, and adds composer.json (which means Pomm is now available on packagist.org).

Project Resources