Difference between revisions of "PHP"

From WikEmacs
Jump to navigation Jump to search
(Created page with "== Emacs Modes for PHP == There are several modes for editing PHP source files in Emacs. [http://php-mode.sourceforge.net/ PHP-mode] is a basic PHP mode which features synt...")
 
m (added category)
Line 10: Line 10:
 
== Debugging PHP code in emacs ==
 
== Debugging PHP code in emacs ==
 
The [http://xdebug.org/ xdebug] extension for PHP is an essential tool for the PHP developer. [http://code.google.com/p/geben-on-emacs/ Geben] is an excellent remote for the xdebug debugger when working inside of emacs.
 
The [http://xdebug.org/ xdebug] extension for PHP is an essential tool for the PHP developer. [http://code.google.com/p/geben-on-emacs/ Geben] is an excellent remote for the xdebug debugger when working inside of emacs.
 +
 +
[[Category:Programming]]

Revision as of 16:26, 24 March 2012

Emacs Modes for PHP

There are several modes for editing PHP source files in Emacs.

PHP-mode is a basic PHP mode which features syntax highlighting. nXhtml is a major mode for editing files with mixed HTML and PHP code.

Flymake

Here is a great article on setting up a simple PHP flymake mode using the PHP interperter.

Debugging PHP code in emacs

The xdebug extension for PHP is an essential tool for the PHP developer. Geben is an excellent remote for the xdebug debugger when working inside of emacs.