[mythtv] [PATCH] Configurable links on recorded programs (mythweb)

Chris Petersen lists at forevermore.net
Sun Mar 28 16:49:59 EST 2004


> Are you sure about using # as start of a comment? I have never seen # being
> used for comments in php before.

It works fine - php has three different types of comments.  I use // for
standard comments, /* */ for documentation type comments, and # for
commenting out code that's either problematic or something like this
case where it's one of several configuration options.  The # then stands
out against other comments (esp. in my editor, which colors each of the
comment types differently).

-Chris



More information about the mythtv-dev mailing list