NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Code Descriotion


Joined: 24 May 2008
Posts: 10
Reply with quote
Hey! Doesn't phpED have anyway to put a description on functions/methods??
This is something zendstudio has and I really find this useful.

Like for example if I have something like this

public function set($value) {
$this->bla = $value;
}

Zend would have something in it's code navigator with the option "Add Description" and it would automatically add a phpdoc block (or whatever the name is)

/**
* Add description here
*
* @param unknown $value
*/

I then would just have to write what the $value was and set the description.
View user's profileFind all posts by AntonioCSSend private message


Joined: 03 Jun 2008
Posts: 76
Location: Bavaria, Germany
Reply with quote
You might want to check out this post:
http://forum.nusphere.com/some-useful-scripts-for-phped-t1989.html#7818

There is a integration script from svenax he called 'DoxyComment' which works really fine. Great job svenax Wink
Though i adapted his script a little bit, to fit my needs.

Give it a try...

greets bitseeker
View user's profileFind all posts by bitseekerSend private message


Joined: 24 May 2008
Posts: 10
Reply with quote
Thanks I will check this out Smile
View user's profileFind all posts by AntonioCSSend private message
Code Descriotion
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