Hi all,
I have one big/small suggestion, I liked it in Zend Studio: while writing "class someClass {" and opening first bracket, the constructor in php code is created automatically for that class name. It's very cute thing, while, my biggest part of php work is writing classes, this speeds up coding even more faster.
According to settings specified while installing phpEd, which version of php I'll use, appropriate constructor will be generated by IDE in code - php4 or php5 style.
Dmitry, this would be great improvement into speed development.
Bye