code tracing

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • NS

    code tracing


    Is there a handy utility that allows me to conveniently view the source
    code user-defined functions that are defined in other files?

    If I'm looking at source code on a page and I see a function is called
    that is defined on another page, what is the easiest way to view the
    definition of that function?

    I'm using kdevelop on Linux right now. I'd rather not buy a large
    package like phpED.

    Thanks,

    NS

  • ZeldorBlat

    #2
    Re: code tracing

    grep 'function_name' *.php

    Comment

    • R. Rajesh Jeba Anbiah

      #3
      Re: code tracing

      NS wrote:[color=blue]
      > Is there a handy utility that allows me to conveniently view the source
      > code user-defined functions that are defined in other files?[/color]
      <snip>

      Not sure, probably <http://www.phpdoc.org/>

      --
      <?php echo 'Just another PHP saint'; ?>
      Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

      Comment

      Working...