NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
add/remove php block comments


Joined: 28 Jun 2006
Posts: 92
Reply with quote
It would be useful to have PHPEd manage PHP block comments to knock out html like in Dreamweaver:

Code:

<div>
<h1>Coming Soon:</h1>
<p>Block comments</p>
<p>Released: Jan 2007</p>
</div>

becomes:
Code:

<div>
<h1>Coming Soon:</h1>
<p>Block comments</p>
<?php /* <p>Released: Jan 2007</p> */ ?>
</div>

so rendered html source shows no sign of this comment.
This block should then be toggle-able like any other code comment manager.
View user's profileFind all posts by bcswebstudioSend private message
add/remove php block comments
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic