Jump to content

RedBeanPHP

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Ragtimenerd (talk | contribs) at 22:46, 3 July 2009 (Created page with '== RedBean == RedBean is a php-based ORM layer designed by Gabor de Mooij. In contrast to other ORM layers RedBean designs a database without any configuration to ...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

RedBean

RedBean is a php-based ORM layer designed by Gabor de Mooij. In contrast to other ORM layers RedBean designs a database without any configuration to fit the php code. This is mostly done using reflection techniques available in php. RedBean has two modes, freeze and unfreeze. In Unfreeze mode RedBean constantly adjust databases while in freeze mode it becomes a fixed ORM layer using the existing database as a schema. RedBean is open source and licensed BSD.


External Links:

RedBean ORM layer