Eclipse PDT - What does "Build Project" command do?

152 views Asked by At

If I'm not mistaken PHP code is interpreted by the server, so what does "Build Project" command in Eclipse PDT do?

1

There are 1 answers

1
zulus On BEST ANSWER

What is doing on server, is doing on server. This is an IDE. Build project with PHP Language nature doing similar thing as with Java, JavaScript and other languages in Eclipse IDE:

  • Indexing
  • Parsing
  • Validating
  • Caching

Special plugins may also autorun external command.