Jump to content

jvlad

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Everything posted by jvlad

  1. it may sound quirky but phpdesigner is fater than that rapidphp (at least in my opinion) regarding the list, one more table comparing all the php-oriented editors is here: http://www.php-editors.com/review/
  2. you may want to add XHTML's DTD, like below <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  3. I used VS.PHP for quite a long time. What I liked in VS.PHP is Microsoft GUI (used to work in ms studio since fabulous v6.0), it's fast and highly customiziable. What I disliked in VS.PHP is xdebug debugger. You never know what statement in watch will terminate debugging. It always happen all of sudden. You step, step, step, then it just stops. Removing watches solves the problem completely, but it's not a good solution I'd recommend to anybody. I didn't encounter any problems like this in DBG debugger -- they provide both. Unfortunately they don't update dbg for years and it does not support php 5.3. Last version seems to be 5.0.4 which is outdated now. That's why I switched to PHPEd (www.nusphere.com) Hope it helps, and perhaps it explains why nobody else replied to your question (at least that's my 2c) -jv
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.