Professional PHP Development Environment
 
Home

News

Features

Screenshots

Change log

Download

Debugger

PHPub Screenshots

Main editor window
The main screen of PHPub, the editor is also a docking target for other PHPub windows such as the watch window and project mamager.
Editor preferences (syntax tab)
One of the many customizable features of the editor.
Everything you need
This shot shows the docking functionality of all PHPub windows as well as the integrated debugger. On the right you see the project manager docked. On the bottom, you see the local variables window (right) and the automatic watch window (left) docked above the messages window. Note breakpoints and the tooltip evaluation of the variable $float_val (center).
Function name completion
Never have to figure out the name of a function by browsing the help file again! Function completion lists all standard PHP functions as well as extensions. Coming soon, support for all functions in scope, including user functions. 68,210 lines of source code
Function parameter tips
See the parameter list for functions without consulting the help files. Supports all standard PHP functions and extensions, with support for all functions in scope, including user functions, planned. 68,210 lines of source code
Built in interactive SQL client
Develop your queries without leaving the editor. Pop open the ISQL window and work on SQL to any ODBC datasource. Includes a database explorer and command history! 71,402 lines of source code