[TYPO3-dev] About comments

Dmitry Dulepov typo3 at fm-world.ru
Mon Feb 13 15:27:58 CET 2006


Hi!

dan frost wrote:
> I do hope you're joking.

I do :) I prefer this:

<?
  /*
   * $Id: $
   */

  // Definitions

  define('DATE_FORMAT', 'd.m.Y H:i:s');

  // Application logic

  $now = time();
  if ($now < 1000) {
    // something wrong with the clock
    echo "You hardware clock seems to be wrong."; // TODO Localize this!
  }
  else {
    echo date(DATE_FORMAT);
  }

  /*
   * $Log: $
   */
?>

Dmitry.
-- 
"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)




More information about the TYPO3-dev mailing list