bestpractice (php[2])

TwitterFacebook
Get flash to fully experience Pearltrees

Ralph Schindler - PHP Constructor Best Practices And The Prototype Pattern

http://ralphschindler.com/2012/03/09/php-constructor-best-practices-and-the-prototype-pattern If your knowledge of constructors ends with “the place where I put my object initialization code,” read on.

10 Things You Can Do to Become a Better PHP Developer

PHP is probably the most popular web development language right now. At least 20 million domains use PHP and it’s the language used on major sites such as Wikipedia and Facebook as well as in some of the world’s biggest open source projects like WordPress and Drupal. In this article, I’ll share with you ten things I wish I was told when I was just getting started with PHP development, and I’m hoping you’ll be able to learn a thing or two if you’re just taking your first steps into this awesome web development language. http://sixrevisions.com/web-development/10-things-you-can-do-to-become-a-better-php-developer/

10 Ways to Avoid Writing Crappy Code (php)

http://www.phpfreaks.com/blog/10-ways-to-avoid-writing-crappy-code 1. Learn OOP and common OO principles This is an absolute requirement.
PHP is the most widely-used language for programming on the web. http://net.tutsplus.com/tutorials/php/30-php-best-practices-for-beginners/

30+ PHP Best Practices for Beginners