Home     PHP / Javascript / Ajax
PHP Zero config ORM layer Script

PHP Script Codes > database-tools

zero config ORM layer Free

Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 222

PHP Script Codes > zero config ORM layer
RedBean is a so-called -on the fly- ORM layer meaning it does not require configuration files or a pre-existing database schema to operate. Instead the library designs its own database structure based upon your interactions with so-called bean objects. Using reflection technologies that are part of the php language RedBean infers the required schema from these interaction for your code. It will create the tables and columns your code needs on the fly.