Tim Fountain wrote:
On 19/05/2009, Mike Wright <[email protected]> wrote:
Sudheer Satyanarayana wrote:
http://framework.zend.com/docs/api
Is that what you are looking for
Thanks for the reply.
I have the API. What I would like is to be able to locate a method
somewhere within it when I don't know which package contains it.
This is where IDEs come into their own. In Eclipse PDT, just right click on
the method in your code, select 'open declaration', and it will find the
file that defines that method, open it, and jump you straight to the source.
Perhaps there is an equivalent in your editor/IDE of choice.
Unfortunately, vi doesn't know anything about that ;D
I ended up writing a php script to list each *.php file in the library
with all of the functions that each contains.
There are about 13,000 functions in the library, and it's growing by the
day! A lot of people have been *very* busy.
Thanks for taking the time to reply.
:m)