This article's been around for ages. I OO design wherever I think it'll make
the code more portable and extendable later on. From what I've seen, the
slow down is negligible rather than considerable.

But you write how you want to write and I'll write how I want to write.

HTH

Danny.

----- Original Message -----
From: "Barış Mert" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 27, 2002 11:04 AM
Subject: [PHP] PHP and OOP


> i want to build a site in fully OO style but that will
> significantly slow down execution time and i'm about
> to make a u turn to procedural PHP programming on my
> project.
> that article is responsible of changing my decision:
>
> http://zend.com/zend/art/mistake1.php#Heading13
>
> besides it will be more modular, reusable, e.t.c...
>
> PHP is not a OO language but supports them so should
> classes bu used ONLY where needed, NOT where
> procedural programming can do fine?
>
> a forum topic for this subject is also at:
> http://www.zend.com/phorum/read.php?num=3&id=18612&loc=0&thread=18612
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! - Official partner of 2002 FIFA World Cup
> http://fifaworldcup.yahoo.com
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to