Re: [zeta-dev] Issues Integrating ezcDbHandler into other code

2011-08-11 Thread Davey Shafik
On Aug 10, 2011, at 2:45 PM, Jerome Renard wrote: Hi Davy, On Tue, Aug 9, 2011 at 11:11 PM, Davey Shafik da...@php.net wrote: Hi, I'm having an issue with the reusability of the ezcDbHandler within my project. ezcDbHandler directly extends the internal PDO class; which when

Re: [zeta-dev] Issues Integrating ezcDbHandler into other code

2011-08-10 Thread Jerome Renard
Hi Davy, On Tue, Aug 9, 2011 at 11:11 PM, Davey Shafik da...@php.net wrote: Hi, I'm having an issue with the reusability of the ezcDbHandler within my project. ezcDbHandler directly extends the internal PDO class; which when instantiated, represents the actual DB connection. This causes

[zeta-dev] Issues Integrating ezcDbHandler into other code

2011-08-09 Thread Davey Shafik
Hi, I'm having an issue with the reusability of the ezcDbHandler within my project. ezcDbHandler directly extends the internal PDO class; which when instantiated, represents the actual DB connection. This causes problems when I already have a connection. Specifically, the issue is that I wish