Posts Tagged ‘Tips’

  • Separating the Application & Presentation and Alternative Syntax

    One of the biggest pet peeves I have when looking at (and unfortunately – working with) other people’s PHP code is the way they integrate their code into the HTML. Many people don’t take the time to organize, and they end up with a PHP & HTML mess. I believe that it is critical to […]

    Published: March 18th, 2009 by:
  • Omit the PHP Closing Tag

    This is just a simple tip that presents a simple proposition – stop closing your PHP tags. Why? I will explain in this article. Keep in mind that this idea / standard only applies to PHP files that are only for PHP – no HTML.

    Published: January 27th, 2009 by: