This is a discussion on Need some tool for all Php file in a single place within the PHP Language forums, part of the PHP Programming Forums category; Hi all, I want some tool to view my all PHP files(codings) in single place So plz anybody know ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi all,
I want some tool to view my all PHP files(codings) in single place So plz anybody know whether we have any tool to see all my PHP files of the PHP project in a single tool like visual studio Plz help me.... Thanks, Dhana |
|
|||
|
On Feb 21, 5:35 am, Dhana <dhana.1...@gmail.com> wrote:
> Hi all, > > I want some tool to view my all PHP files(codings) in single place > > So plz anybody know whether we have any tool to see all my PHP files > of the PHP project in a single tool like visual studio > > Plz help me.... > > Thanks, > Dhana Try Zend studio for Eclipse (commercial) or Eclipse PDT (open-source, less functionality), both are wonderful products. http://www.zend.com/en/products/stud..._studio&247SEM http://www.eclipse.org/pdt/ There are other products out there but both of the above run under the Eclipse framework that has also been used to create development IDE's for other languages lice C++ and Java and as such you'll be used to the layout of the interface if you ever decide to try your hand at another programming language. Best Regards Gareth |