|
-
May 29th, 2006, 02:41 AM
#1
Thread Starter
Addicted Member
IDE do you use?
I use dreamweaver but recently i have found some weired bugs in dreamweaver for editing php documents.
Which ide do you use for php?
-
May 29th, 2006, 03:33 AM
#2
Hyperactive Member
Re: IDE do you use?
What type of wierd bugs?
I will mainly use PHPEdit(Personal Lisence) but when i need to design the layout of the site... i use dreamweaver for its "visualness".
Without balance, there could only be chaos.
Without chaos, there could be no balance.
I live with karma. Eat with destiny. Dream of life without shackles....
Yet. If life had no consequences, life could not exist, nor could it flourish.
If at first you dont succeed.You're screwed.
C++/Java NOOB.
I aint a professional at PHP, but if i can help i will.
-
May 29th, 2006, 04:07 AM
#3
Re: IDE do you use?
IDEs are evil. Dreamwaver pretends to be nice, but is really evil underneath. Frontpage is simply the spawn of Satan.
I use Notepad++ for all web work - HTML, CSS, PHP, JS etc.
-
May 29th, 2006, 04:43 AM
#4
Re: IDE do you use?
I also use Dreamweaver and like the fact it displays the required paramaters for each function being called.
PHP Code:
//Getting the date
date(string format, int timestamp)
I see Notepad++ has an auto complete feature but doesn't prompt for the paramaters to be passed to the function being called. I guess for a guru like you penagate who knows all the php functions you don't need it
-
May 29th, 2006, 04:45 AM
#5
Re: IDE do you use?
If you dont know a function you can find it in two secs on php.net 
php.net/function_name
-
May 29th, 2006, 04:51 AM
#6
Re: IDE do you use?
True, but for us "novices" it's a helping hand without having to look anything up
-
May 29th, 2006, 12:22 PM
#7
Addicted Member
Re: IDE do you use?
are there any php IDE's with intellisense, it would be so much easier if there were. I probably have pressed the search button on php.net like 20,000 times
-
May 29th, 2006, 01:53 PM
#8
Lively Member
Re: IDE do you use?
Check out Zend, although not free.
-
May 29th, 2006, 03:32 PM
#9
<?="Moderator"?>
Re: IDE do you use?
I use VS.PHP only because its a plugin for Visual Studio. There isn't a WYSIWYG but it supports classes and PHP5. It comes with a debugger but its isn't that good. Although using notepad and your browser is the best way to learn PHP and debug scripts quickly.
-
May 29th, 2006, 08:24 PM
#10
Stuck in the 80s
Re: IDE do you use?
I use EditPlus at home, but unfortunetly, I don't think it's maintained anymore. I use TextPad at work, but I'm not that happy with it.
-
May 29th, 2006, 08:44 PM
#11
-
May 29th, 2006, 08:52 PM
#12
Stuck in the 80s
Re: IDE do you use?
 Originally Posted by lintz
I know it still has a website, but it's been on version 2.21 since the last great extinction.
-
May 30th, 2006, 04:24 PM
#13
Addicted Member
Re: IDE do you use?
No, the best IDE for PHP Development is PHP Designer 2006 Beta
It is the best IDE I have ever used, you can check it out http://www.mpsoftware.dk/phpdesigner.php
It really is worth it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|