As you might know, days ago I released a new (still in beta) project named Simple-ORM, which is a very basic (but efficient) database abstraction. It’s major feature are:
Easy iteration and data update inspired by ActiveRecords
Built on top of PDO
Implicit database connection, connecting only when it’s necessary
Native query cache support.
Support single-level transactions (limited by PDO)
Data [...]
Posted on March 19, 2009, 22:35:35, by César Rodas, under
English,
Google,
Open Source,
PHP,
PHP-en,
Programación,
SoC.
After, not so good feedback after present my idea on the PHP Dev maillist (probably for my “English”) so I’ve decide to write a blog post about it, with the main goal of clarify all those dark sides.
Objectives
Simple principle of work.
Migration painless process, people should be able to copy existence code and put on the [...]