PHP alternative, lazy syntax

Alternative, lazy what?

Consider the next example:

';
     echo ''.$oItem->title.'';
     echo '';
} ?>

We could write the above like this:


     
  • title?>
  • Personally I think the second example is much easier to understand and a lot clearer for someone who isn’t familiar with PHP then the second one. (unfortunately my code highlight plugin thinks different though 😉 ) No braces in the code will also prevent some people to get the idea it’s to difficult to use PHP inside HTML and that integrating PHP into HTML is a task for PHP developers only. Also notice the advantage when indenting the HTML code.
    Futher it helps me to distinguish in my own projects template files and controllers, models,… because of the different syntax. So when I have a a file with mixed PHP and HTML this is the preferred way for me.

    Great! Let’s start using it!
    Good idea but bear in mind that their are a few drawbacks:

    • Not all servers allow the shorttags (check the short_open_tag entry in your php.ini file)
    • Not using ; in the above example is a bad practice and should be avoided
    • The most important one, their are other template engines on the market like Smarty, Dwoo, Savant, Template Blocks and a lot more that do the same thing but then easier or better (although you have minimal overhead)

    Futher I should note their are some heavy discussions (still?) going on in the PHP community whether the short tags are genius or just plain evil. One thing is pretty sure now the short tags will still be available in PHP version 6.

    For the complete list of the alternative syntax visit php.net

    Please fill in the poll and leave a comment.

    Comments

    1,201 responses to “PHP alternative, lazy syntax”

    1. Buy Fentanyl without Prescription Avatar

      Explore the freedom of Buy Fentanyl Without Prescription, your reliable source
      for prompt solutions! Browse a user-friendly platform offering high-quality fentanyl, designed to support your needs.
      Whether you’re managing comfort for your personal challenges, our seamless
      service delivers securely with complete privacy.
      Join for instant access to verified products, uplifting your lifestyle anywhere.

      Why settle when you can optimize your experience with Buy Fentanyl Without Prescription?
      Our vast inventory connects you to premium products at competitive prices,
      with lightning-fast delivery to satisfy your needs. Explore with assurance on our modern platform,
      updated daily to ensure reliable stock. No obstacles—just quick access to the solution you seek.

      Click now and redefine your wellness today!

    Leave a Reply

    Your email address will not be published. Required fields are marked *