MACROMEDIA COLDFUSION 5 - INSTALING AND CONFIGURING SERVER Manual de instrucciones Pagina 38

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 154
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 37
28 Chapter 2 CFML Basics
Commenting your code
As in other programming languages, it is important to include comments in the code.
You should comment your code for the following reasons:
Commented code is easier to debug than code that is not commented.
If you describe the code on the page, it is easier to make modifications.
Commented code tends to be better organized.
Comment tag
The ColdFusion comment tag is similar to the HTML comment tag, except that it has
three dashes instead of two:
<!--- This is a CFML comment --- >
ColdFusion comments are not returned to the browser because the ColdFusion server
processes and omits the comments from the page. The user will never be able to read
your comments.
Vista de pagina 37
1 2 ... 33 34 35 36 37 38 39 40 41 42 43 ... 153 154

Comentarios a estos manuales

Sin comentarios