Besides text editors, what tools do people use to speed up PHP development time? Currently, I'm writing all the code in a standard text editor but it seems like development is pretty slow because of this.
eeek
3:59 am on Oct 29, 2008 (gmt 0)
I use vim (a text editor) and ctags. Haven't seen much need for anything else.
dreamcatcher
7:17 am on Oct 29, 2008 (gmt 0)
I don`t think there are any tools for speeding up your PHP code. You can get text editors with all the PHP functions built in, but I don`t see much advantage to that. If your text editor has a templates option, then keeping regularly used code snippets on file can be a good idea. That way you don`t have to keep repeating yourself.
Having a local server installed is a must if you develop in PHP. That certainly speeds up the development.
dc
RonPK
10:09 am on Oct 29, 2008 (gmt 0)
You might try using an IDE. I find function completion very useful, especially for custom functions defined elsewhere in the project. Many come with debugging services, which can be useful especially in larger projects.
firefly2442
6:14 pm on Oct 30, 2008 (gmt 0)
Hi, thanks for the suggestions. Yeah, I'm not really looking to speed up the running of the PHP code but my own development in terms of coding it. I already run it on a local server which is good. Are there any good free IDE programs out there? Has anyone tried PHPEclipse? Thanks.
coopster
1:03 pm on Nov 3, 2008 (gmt 0)
I use Eclipse exclusively and love it. The learning curve can be a bit intimidating at first, but once you get the hang of it you will really appreciate the power of the open source tool.
jatar_k
3:52 pm on Nov 4, 2008 (gmt 0)
I am being forced to use jedit, yes it's a text editor but it also seems to be more than that
I am somewhat underhwelmed as yet
jatar_k
7:44 pm on Nov 25, 2008 (gmt 0)
I decided to retire jedit and will give eclipse a shot today