2
votes
5answers
411 views

Is Notepad++ used in professional software development? [closed]

iam a newbie in programming , focusing on web development with PHP. I have tried several IDEs Nusphere,PHP storm, all IDEs i tried doesnt load fast (ofcourse because of all extra features) i always ...
-5
votes
2answers
152 views

What good are frameworks without proper IDE environment (PHP - Java) [closed]

I see on the internet a plethora of frameworks, for instance let's consider PHP. I can choose among : Codeigniter CakePHP Zend Yii All these frameworks have pros and cons, however in general the ...
3
votes
3answers
452 views

PHP - Auto Code Formatter?

I am just wonedering is there a tool/software (ideally free) to do a auto code formatting in the PHP for batch of files (not one by one which i can use the IDE for that) Ideally something like this ...
5
votes
3answers
652 views

Debug PHP: is XDebug worthwhile? Are there any alternatives?

How do you debug PHP? Just with debug-prints in your script? Or is it worth installing XDebug? Is there any better debugging possiblity?
1
vote
1answer
138 views

Search results in PhpStorm [closed]

I have two questions on the search results panel (Find Occurrences of...) in PHP Storm: What does "Unclassified usage" mean? How can results be classified? Is there any way not to group results by ...
0
votes
2answers
232 views

How do you find errors related to undeclared variables in php?

If I copy a piece of code from somewhere that looks like so $blah = array(1,2,3,4); foreach ($blah as $i) echo ($i); and rename the variables but forget to do it correctly like so $apple = ...
5
votes
6answers
3k views

PHP IDE with working autocompletion/intellisense [closed]

I am in search for a - preferably free - php ide with working autocompletion aka IntelliSense™. I have been working with NetBeans for a couple years, hoping the php support would become somewhat ...
1
vote
1answer
3k views

PHP programming in iPad [closed]

I want to develop some PHP applications on my iPad device but there is 2 problems! First , i can not find any local server applications on iPad like Wamp or Lamp, and second my Googling only returns ...
2
votes
1answer
1k views

How to debug php code in PHPStorm IDE?

I'm a newbie at PHP and I've been using WAMP to deploy and test my PHP application locally. I've been using JetBrains PHPStorm IDE for developing my code. (have to say it has a great Intellisense) ...
5
votes
5answers
3k views

IntelliJ IDEA vs phpStorm for developing PHP projects? [closed]

I'm a Java Developer, and now I'm using IntelliJ IDEA Ultimate Edition. Is it worth to buy phpStorm for developing PHP projects? Also, are there any other features for PHP developers which IDEA ...
4
votes
10answers
576 views

Which are the options available for PHP IDEs for windows [closed]

I am new to PHP (Have good j2EE and ASP .net experience) and now want to kick start developing a simple website (A database connection and simple inserts is the max technical stuff i plan right now). ...