What are you ideal vim configuration for php development?

editor, php, vim

Solution

You would probably want to use a PHP syntax file such as: http://www.vim.org/scripts/script.php?script_id=1571

FWIW: Personally I am enjoying learning vim at the moment but still prefer netbeans for PHP development because it has many features that I need, such as automatic scp to a remote server and remote debugging with XDebug.

Problem

I use VIM editor for PHP, i know many people will point to PDT but somehow I like to stay with VIM and so What are your suggestions for ideal VIM configuration for PHP Development ?

Original source