Re: [nyphp-talk] Distance PHP training?

2008-04-02 Thread Paul Reinheimer
I don't think we're within your budget, but we do online training (and actually deliver several of the courses Zend offers :)) http://phparch.com/c/phpa/training paul ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/

[nyphp-talk] addslashes vs mysql_escape_string()

2007-09-22 Thread Paul Reinheimer
e funciton. I've posted what I found here http://blog.preinheimer.com/index.php?/archives/247-addslashes-vs-mysql_escape_string.html If I'm wrong, please let me know, but I couldn't find any reference to some of those characters in the C source, or in my own tests. paul -- Paul

Re: [nyphp-talk] Linux editors

2007-08-26 Thread Paul Reinheimer
ols like RxToolkit or the HTTP Inspector (not just another packet sniffer). So, apart from the fact that I use all three, and have all three installed (paralells & bootcamp) Komodo is my top choice, then ZDE, then UE (but UE doesn't really have a p

Re: [nyphp-talk] Linux editors

2007-08-26 Thread Paul Reinheimer
p.s. I am a registered owner of UltraEdit, Komodo, and Zend Studio, and have developed in all three of them full time for at least 8 months each. paul -- Paul Reinheimer Zend Certified Engineer ___ New York PHP Community Talk Mailing List http

Re: [nyphp-talk] Linux editors

2007-08-26 Thread Paul Reinheimer
year). There's a coupon code for the conference in our podcast (podcast.phparch.com) ? paul -- Paul Reinheimer Zend Certified Engineer ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 P

Re: [nyphp-talk] Rely on destructor to be called?!

2007-07-02 Thread Paul Reinheimer
So just to ensure that I haven't forgotten something? Is there any other situation where it's not invoked? It might depend on the setting for ignore_user_abort, if that's off, and the user aborts the request I'm not sure if/how the destructors are called. paul --