» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with License:BSD + ORM

xyster

Xyster is a PHP application framework based on the Zend Framework. It adds several new features including a sophisticated ORM system, a dependency injection (IoC) container, a collections package, and additional MVC plugins.

ADODB

ADODB is a set of advanced PHP database abstraction classes.

Supports open source databases: And others:
  • Informix, Sybase
  • SQL Anywhere,
  • Oracle, MS SQL 7 and 2000,
  • SAP DB, Sybase,
  • DB2, FrontBase,
  • Foxpro, Access,
  • Netezza, LDAP,
  • ODBTP, ADO,

and generic ODBC.

PHP Object Generator (POG)

PHP Object Generator, or POG automatically generates tested object oriented code that you can use for your PHP4/PHP5 application.

The idea behind POG is generating object code will speed PHP development.

POG follows the Object-Relational Mapping pattern also known as Active Record or Persistence Layer, in which standard data access code is automatically generated based on database schema information.

POG’s generated code is designed to be extremely clean, easy to understand and use.

Databases supported:

QLime

QLime is an easy to use Python library that enables object-oriented access to data residing in various sources (most notably relational databases). It includes an Object Relational Mapper.

Og (Object Graph)

Og (ObjectGraph) is a powerful object-relational mapping library. Og provides transparent serialization of object graphs to a RDBMS backend. Unlike other similar libraries Og maps standard Ruby objects to SQL tables and not vice versa. Og provides a meta language to describe the relations between objects, a flexible and intuitive api for querieng the database, raw access to the SQL language if needed (for example to fine tune the automatically generated SQL tables, or for custom queries), suports deserialization to Ruby objects or tuples, automatically generates join tables for many_to_many relations and provides a collection of usefull Mixins to synthesize common Entities.

Og is a combination of the best features of Active Record and the former O-R mapping library included in Nitro (NDB). Adapters for PostgreSQL, MySQL and SQLite are included.

Og is part of the Nitro project, released as a stand-alone library due to popular demand. You can find the ChangeLog in the Nitro distribution (nitro.rubyforge.org).

Eazy PHP Data Objects

A simple solution for PHP object relational mapping and data persistence