Re: [nyphp-talk] Good DB abstraction layer

2009-10-01 Thread Paul A Houle
Guilherme Blanco wrote: The PDO will be only considered a true abstraction layer when it fixes a couple of very painful issues it has. One good example is retrieving more than a single BLOB column from an Oracle database table.. it crashes PHP and most of the times, Apache. Patch was already sub

Re: [nyphp-talk] Good DB abstraction layer

2009-10-01 Thread Guilherme Blanco
The PDO will be only considered a true abstraction layer when it fixes a couple of very painful issues it has. One good example is retrieving more than a single BLOB column from an Oracle database table.. it crashes PHP and most of the times, Apache. Patch was already submitted to Chris, but it's

Re: [nyphp-talk] Tidy code utils?

2009-10-01 Thread Fernando Gabrieli
It works very good, let's you create your own filters for the beautifier too Fernando On Thu, Sep 24, 2009 at 1:05 AM, Daniel Convissor < dani...@analysisandsolutions.com> wrote: > Hi Ytzchack: > > > I remember having looked around for similar PHP projects, but nothing > > seemed fully-baked as