Overview
KB
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
Technical FAQ
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<Working with BreakpointsCode Completion for php SPL, DOM and PDO (PHP v5)>
Last updated: Sat, 27 Mar 2010

HOWTO: Debug php files that don't have .php extension

PhpED recognizes file types by their extensions. By default, it understands the following extensions as php scritps:
*.php;*.inc;*.php3;*.php4;*.php5;*.phtml;*.shtml

You can change this list in Tools->Settings->Associations

Should be also known that while in HTTP/SRV run mode PHPED works with SRV web server and it supports its own list of associations. This list of extensions (one by one) and respective cgi handlers (php.exe) can be updated in Tools->Settings->Srv web server. This list is also used in Local CGI mode. As for HTTP/3rd party web server mode, it's up to Apache, IIS or whatsoever webserver you run your scripts under... Read their documentation on how to associate them with php scripts.


<Working with BreakpointsCode Completion for php SPL, DOM and PDO (PHP v5)>
Last updated: Sat, 27 Mar 2010