The blog

PHP: Use echo over print

I’ve been theming the hell out of a few drupal sites lately, and I’ve decided to use echo over print in all my theme files.

Here’s a comparison of the two, showing that echo is significantly faster.

Most Drupal themes use print, but I see no argument in favor of using print over echo.

Leave a Reply