LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Syndicated Linux News (https://www.linuxquestions.org/questions/syndicated-linux-news-67/)
-   -   LXer: Article: Why you want Object Oriented Programming in PHP (https://www.linuxquestions.org/questions/syndicated-linux-news-67/lxer-article-why-you-want-object-oriented-programming-in-php-542041/)

LXer 03-30-2007 07:16 PM

LXer: Article: Why you want Object Oriented Programming in PHP
 
Published at LXer:

Quaint Tech has a new post by Paul van Iterson that explains the issue around Object Oriented Programming (OOP). Traditionally (from the beginning of the computer era), programming was done by combining conditional statements with GOTO blocks to create a program flow. In the early '70s a Dutch computer scientist Edsger Dijksma strongly advocated the use of procedural programming, which means abandoning GOTO statements and creating a sort of chronological program flow in your code (from top to bottom). This style has been widely adapted and for most people is the way they program PHP applications. It is however already a thing of the past.

Read More...


All times are GMT -5. The time now is 06:08 PM.