Archive for the ‘PHP-en’ Category

RFC: Simple-Storage

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 [...]

PHP Application server - GSoC proposal

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 [...]