RE: [PHP] Re: PHP Frameworks - Opinion

2006-08-03 Thread Kilbride, James P.
-Original Message- From: Manuel Lemos [mailto:[EMAIL PROTECTED] Sent: Thursday, August 03, 2006 1:43 PM To: php-general@lists.php.net Subject: Re: [PHP] Re: PHP Frameworks - Opinion Hello, on 08/03/2006 09:25 AM Paul Scott said the following: The main thing in Manual's

RE: [PHP] Re: PHP Frameworks - Opinion

2006-08-02 Thread Kilbride, James P.
I'm not going to comment on the rest of the stuff that was said, which is why I snipped it. I'm not a purist when it comes to OO at all. But I do have to say that while iterators in ruby are amazingly powerful that leave me going wow.. that is so cool.. The thought of how they could be abused and

RE: [PHP] PHP Frameworks - Opinion

2006-08-01 Thread Kilbride, James P.
I like what I've been seeing from Solar at solarphp.com. And Paul Jones, the maintainer, is extremely active on the project and the community seems to be very much in love with the framework. Community is a little small but going pretty strong. James Kilbride -Original Message- From:

RE: [PHP] AES client side

2006-07-31 Thread Kilbride, James P.
-Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED] Sent: Monday, July 31, 2006 10:38 AM To: Jon Anderson; [php] PHP General List Subject: RE: [PHP] AES client side [snip] Why *must* you use SSL? Again, devil's advocate here (SSL is probably much better) but

RE: [PHP] database connections

2006-07-24 Thread Kilbride, James P.
While that kind of query structure can be a huge issue the biggest problem, and performance penalty, occurs if the programmer is opening and closing actual real connections. A good structure would use a singleton connection that is opened only the first time it is called and the rest of the time

RE: [PHP] headers and newline at end of script

2006-07-20 Thread Kilbride, James P.
I'd explain but it'd be too much work. James Kilbride -Original Message- From: Martin Marques [mailto:[EMAIL PROTECTED] Sent: Thursday, July 20, 2006 2:32 PM To: John Nichel Cc: php-general@lists.php.net Subject: Re: [PHP] headers and newline at end of script On Thu, 20 Jul

RE: [PHP] headers and newline at end of script

2006-07-20 Thread Kilbride, James P.
He never said he didn't want you to do his coding, simply that you were a slacker. Considering he's self proclaimed 'lazy' just means the two of you should get on great and you'll probably understand his code better. James Kilbride SNIPPAGE(Jochem Maas wrote:) no chance of me getting that

RE: [PHP] OO purism sucks - sell me on PHP5?

2006-06-02 Thread Kilbride, James P.
-Original Message- From: tedd [mailto:[EMAIL PROTECTED] Sent: Friday, June 02, 2006 3:11 PM To: Rasmus Lerdorf; tedd Cc: php-general@lists.php.net Subject: Re: [PHP] OO purism sucks - sell me on PHP5? SNIP So for now, I'll stay with my tried and true box-step and try not