Jump to content

Recommended Posts

Posted

I've noticed how several other users have mentioned their use of ExpressionEngine.

While I was not an incredibly advanced user of their CMS, one of the features I liked was the ability to create comments in the code and the parsing engine would not print them out in the HTML.

For example:

{!-- this is a comment that would not get parsed nor printed in a template --}

<!-- but this comment would -->

I can think of many situations that this would come in useful.

I don't know if this would be possible with some module.

What do you think?

Posted
<?php

// this is a single line comment

$somevar = 'somevalue': // you can add one after a line of code

/*

Or

you can span multiple

lines

*/

?>

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...