TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 05-02-2009, 07:38 AM   #1 (permalink)
The Contributor
 
captainmerton's Avatar
 
Join Date: May 2009
Posts: 98
Thanks: 8
captainmerton is on a distinguished road
Default Php Ide

I am pretty new to php, very new to OO php and wondered if anyone has an advice guidance on where to start. I've written a fair few websites but in pretty loose non-OO php. Can anyone advise what is the best way to develop and debug are there any good IDEs out there that come free for php. Previously I've worked without one at all and it is driving me nuts just running and rerunning and adding code to debug errors etc. Any other general advice on the basic set up that would help when starting out. At present I'm running php5 on Apache 2.2, mySql all on windows Xp on my laptop however i'm deploying the websites to a linux environment not that i go anywhere near the OS just bang it on the hosted webspace using CuteFTP. Any guidance much appreciated.
captainmerton is offline  
Reply With Quote
Old 05-02-2009, 08:39 AM   #2 (permalink)
FSX
The Wanderer
 
FSX's Avatar
 
Join Date: Oct 2008
Posts: 15
Thanks: 0
FSX is on a distinguished road
Default

I think Komodo Edit is a good one. They say Eclipse is good too, but it's slow (it's made in Java...).

I just use a simple editor, Medit/Mooedit, it's pretty good. And Notepad++ is also a good editor.
__________________
61924
FSX is offline  
Reply With Quote
Old 05-02-2009, 01:33 PM   #3 (permalink)
The Prestige
Advanced Programmer Top Contributor Good Samaritan 
 
sketchMedia's Avatar
 
Join Date: Oct 2007
Location: Manchester, UK
Posts: 836
Thanks: 31
sketchMedia is on a distinguished road
Default

for dev and debug I can recommend PDT:

http://zend.com/pdt

Although sometimes for me when i used to use it, it bugged and the auto-complete died more often than not and it dies when you throw a large project at it.
However the step through debugger can be useful to a beginner so that you can see whats happening.

I personally use vim http://www.vim.org/
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote
Old 05-02-2009, 03:21 PM   #4 (permalink)
The Contributor
 
captainmerton's Avatar
 
Join Date: May 2009
Posts: 98
Thanks: 8
captainmerton is on a distinguished road
Default

Thanks guys. I'll check them all out and let you know my thoughts. Cheers.
captainmerton is offline  
Reply With Quote
Old 05-02-2009, 05:05 PM   #5 (permalink)
The Addict
 
Enfernikus's Avatar
 
Join Date: Jun 2008
Posts: 322
Thanks: 2
Enfernikus is on a distinguished road
Default

PHPDesigner, it's amazing.
Enfernikus is offline  
Reply With Quote
Old 05-03-2009, 05:04 PM   #6 (permalink)
The Addict
 
CoryMathews's Avatar
 
Join Date: Nov 2007
Location: USA
Posts: 258
Thanks: 7
CoryMathews is on a distinguished road
Default

netbeans works well also. Has all the nice fancy intellisence stuff.
CoryMathews is offline  
Reply With Quote
Old 05-04-2009, 02:13 AM   #7 (permalink)
The Wanderer
 
foobarph's Avatar
 
Join Date: May 2009
Posts: 23
Thanks: 4
foobarph is on a distinguished road
Smile

you can try this link pal.

http://www.ibm.com/developerworks/li...ide/index.html

well, i personally use dreamweaver only. why? because it works well with me. :) good luck
foobarph is offline  
Reply With Quote
Old 05-04-2009, 08:19 AM   #8 (permalink)
Jim
The Addict
 
Jim's Avatar
 
Join Date: Nov 2007
Location: the Netherlands
Posts: 281
Thanks: 2
Jim is on a distinguished road
Default

Zend Studio is nice, it's not free but that shouldn't be too much of a problem right? ;)
__________________
Nunchaku! Who doesn't like martial arts? =)
Send a message via MSN to Jim Send a message via Skype™ to Jim
Jim is offline  
Reply With Quote
Old 07-04-2009, 10:54 AM   #9 (permalink)
The Contributor
 
captainmerton's Avatar
 
Join Date: May 2009
Posts: 98
Thanks: 8
captainmerton is on a distinguished road
Default

Raising this one again. Been working away on php but ecountering issues with not using an IDE. In any case i downloaded Eclipse and for the life of me i just cannot get this thing to meet my basic requirements like to think I have a brain between my head but i am getting very frustrated. I think I need something a lot simpler to start of with but something that can debug step by step as opposed to just an editor.

My main requirements are:

Editor which will flag syntax errors
Debugger which will allow me to either set breakpoints or run through code line by line

Any ideas for something that is pretty basic that will do this? Thanks in advance.
captainmerton is offline  
Reply With Quote
Old 07-04-2009, 01:32 PM   #10 (permalink)
The Addict
 
Enfernikus's Avatar
 
Join Date: Jun 2008
Posts: 322
Thanks: 2
Enfernikus is on a distinguished road
Default

phpDesigner. Best IDE ever.
__________________
My Blog
Enfernikus is offline  
Reply With Quote
Old 07-04-2009, 01:58 PM   #11 (permalink)
The Contributor
 
captainmerton's Avatar
 
Join Date: May 2009
Posts: 98
Thanks: 8
captainmerton is on a distinguished road
Default

I'll give it a try and give you my thoughts Enfernikus. May need some guidance from yourself if thats ok in how to use phpDesigner. Cheers.
captainmerton is offline  
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
10 PHP Myths Dispelled Wildhoney General 10 06-15-2009 06:55 AM
Can't get PHP 5. to work? Newbie windows PHP guy DotNetTim Absolute Beginners 6 02-07-2009 09:25 AM
PHP Advent 2008 Salathe The Lounge 0 12-17-2008 10:05 PM
PHP Compressor Kalle Script Giveaway 8 05-28-2008 12:14 AM
what are all the subjects in php? sarmenhb General 7 01-21-2008 04:41 PM


All times are GMT. The time now is 10:47 AM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design