Re: [nyphp-talk] Good DB abstraction layer

2009-10-02 Thread Eddie Drapkin
On Fri, Oct 2, 2009 at 4:09 PM, Daniel Convissor wrote: > Hola Mitch: > >> Not to hijack the thread, but whatever came of PDO? > > It's suffering from lack of attention, like those monkeys given chicken > wire replicas instead of actual mothers. > > I'm biased toward PEAR projects, so would go wit

[nyphp-talk] Advice on CodeWorks Conference Tracks

2009-10-02 Thread li...@nopersonal.info
Hi Everyone, I'm going to the CodeWorks conference this weekend and was just taking a look at the final lineup of tracks that'll be offered. http://cw.mtacon.com/schedule/city/new-york Since it's not required that I stick to one track, I'm going to jump around. For the most part I chose things t

Re: [nyphp-talk] Good DB abstraction layer

2009-10-02 Thread Daniel Convissor
Hola Mitch: > Not to hijack the thread, but whatever came of PDO? It's suffering from lack of attention, like those monkeys given chicken wire replicas instead of actual mothers. I'm biased toward PEAR projects, so would go with MDB2 as an abstraction library. Solid community. Well maintaine

Re: [nyphp-talk] manipulating an IMAP account

2009-10-02 Thread David Mintz
On Fri, Oct 2, 2009 at 12:04 PM, John Campbell wrote: > On Fri, Oct 2, 2009 at 11:21 AM, David Mintz wrote: > > If you were working on a Zend Framework application, and if you were > writing > > a simple script to log into an IMAP email account, fetch messages, > iterate > > through them finding

Re: [nyphp-talk] manipulating an IMAP account

2009-10-02 Thread John Campbell
On Fri, Oct 2, 2009 at 11:21 AM, David Mintz wrote: > If you were working on a Zend Framework application, and if you were writing > a simple script to log into an IMAP email account, fetch messages, iterate > through them finding ones matching particular criteria, do something with > the informat

[nyphp-talk] manipulating an IMAP account

2009-10-02 Thread David Mintz
If you were working on a Zend Framework application, and if you were writing a simple script to log into an IMAP email account, fetch messages, iterate through them finding ones matching particular criteria, do something with the information in each of those messages, delete the message, and call i