Tools for Web development

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
pjcvijay
Forum Commoner
Posts: 25
Joined: Tue Sep 09, 2008 6:12 am

Tools for Web development

Post by pjcvijay »

Hi all,

I'm a PHP developer, I would like reduce my development time and manually writing too much coding, and I want develop PHP based projects fast and reliable.

Can anyone help me on reducing my development time, writing minimum code and developing fast and reliable websites?

Thanks in advance,
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Tools for Web development

Post by requinix »

- Use a good IDE/editor
- Collect code samples for reuse later
- Get more experience
siji86
Forum Commoner
Posts: 30
Joined: Fri Mar 26, 2010 6:15 am

Re: Tools for Web development

Post by siji86 »

First of all you need to use a good Integrated Environment like dreamweaver, you can also check with Eclipse IDE or NetBeans IDE, or even Zend Studio is also good.
Choose a Web Development Framework like smarty/CakePhp/Symphony.
Also you can download a debugger for debugging your PHP Scripts.
:D
Post Reply