Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Anthony Ferrara:
Programming With Anthony - Paradigm Soup
Nov 22, 2012 @ 15:50:23

<p. Anthony Ferrara has posted about his first video in a series he's creating about programming and related topics. In this first one he talks about "Paradigm Soup".

So, for the past few days I've been talking about a secret project that I've been working on. Well, today I'm pleased to announce the project. I've been working on starting a series of YouTube videos about programming. The first of these videos is about Paradigms (Procedural, OOP, Functional). Plenty of future ones are planned, but the topics, order and even if they happen is completely up to you!

He goes through some common practices in things like OOP, functional and procedural programming as well as how they relate to each other. You can view the video in the post or you can watch it over on Youtube. If you want to keep up with the series, you can follow this playlist.

tagged: video tutorial series paradigm oop functional programming procedural

Link:

Web Builder Zone:
The PHP paradigms poll results: OOP wins
Oct 05, 2010 @ 16:21:17

According to this new post on the Web Builder Zone, the results of a poll taken about the best programming method for PHP these days is - by far - object-oriented programming.

After two weeks of gathering votes, the PHP paradigms poll is now closed. With 216 votes (73%), the winner paradigm in popularity is Object-Oriented Programming. The old procedural approach to PHP, which has given fame to Wordpress and Drupal, is coming to an end. Even Drupal 7 has an object-oriented database layer as a primary component, and this paradigm is by far the most diffused in the world for web sites and applications written in high level languages (different from C).

While the overwhelming amount of votes went to OOP, there were still a few for some of the other options including the second place winner - procedural programming. He also talks a bit about OOP's current place in the PHP ecosystem and how it has allowed for certain great tools to be developed, but how it also has a good ways to go in functionality.

tagged: poll paradigm results oop objectoriented procedural

Link:

Web Builder Zone:
What paradigm should PHP applications embrace?
Sep 13, 2010 @ 14:19:16

On the Web Builder Zone there's a new article posted from Giorgio Sironi asking readers what they think is the next direction web applications will head towards.

PHP is one of the most used web development programming languages in the world, and from its original creation in 1995 has evolved much both as a platform, with drivers for nearly every existent database, and as a language itself, with the introduction of several new programming paradigms.

He gives an overview of the history of the PHP language and how, at each turn, the improvements lead to more robust use of these features. He mentions three major advancements these updates have allowed developers to make - first procedural code, then object-oriented advancements and finally, with the release of the PHP 5.3 series, functional programming.

Finally, he asks the reader for a little feedback on what will become the next big thing for the PHP language in the coming years

tagged: paradigm advancement language future opinion

Link:

Ed Finkler's Blog:
So what is the state of secure development in PHP?
Mar 19, 2007 @ 13:23:00

Sometimes, a picture is worth a thousand words - check out the one included with this new post on Ed Finkler's blog today, a graph of the NIST NVD data showing where most of the security-related PHP issues lie.

PHP Applications by themselves account for over 40% of all NIST NVD entries in 2006. We need more than new frameworks. We need new paradigms for PHP development.

These new paradigms of PHP development have been a long time coming (it's all been jokes about it thus far), but there's already forces at work to help make things simpler and better for those developing applications. Frameworks, while not new in themselves, are making writing applications easier than ever before when using their built-in tools.

tagged: secure development framework paradigm application remote file inclusion secure development framework paradigm application remote file inclusion

Link:

Ed Finkler's Blog:
So what is the state of secure development in PHP?
Mar 19, 2007 @ 13:23:00

Sometimes, a picture is worth a thousand words - check out the one included with this new post on Ed Finkler's blog today, a graph of the NIST NVD data showing where most of the security-related PHP issues lie.

PHP Applications by themselves account for over 40% of all NIST NVD entries in 2006. We need more than new frameworks. We need new paradigms for PHP development.

These new paradigms of PHP development have been a long time coming (it's all been jokes about it thus far), but there's already forces at work to help make things simpler and better for those developing applications. Frameworks, while not new in themselves, are making writing applications easier than ever before when using their built-in tools.

tagged: secure development framework paradigm application remote file inclusion secure development framework paradigm application remote file inclusion

Link:


Trending Topics: