NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Code folding for alternative syntax


Joined: 24 Jun 2011
Posts: 4
Reply with quote
Hi,

I usually use the PHP alternative syntax to render webpage and it's always difficult to find the end or the begining of a block especially for huge blocks.
That would be great if PhpEd could help à little bit as it does for the matching bracket feature.
Ex :
Code:

<?php
$foo = array('a', 'b', 'c')
?>

<div id="foo">
   <?php foreach($foo as $id): ?>
      <p>New id : <?php echo $id; ?></p>
   <?php endforeach; ?>
</div>

See here : http://fr2.php.net/manual/en/control-structures.alternative-syntax.php

Interested ?
View user's profileFind all posts by xysyoSend private message


Joined: 16 Aug 2008
Posts: 9
Location: Austria
Reply with quote
I am also interested.
Any chance to get that soon?
View user's profileFind all posts by limexSend private messageAIM Address
Code folding for alternative syntax
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