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. -- Tim Fountain http://tfountain.co.uk/
