UEStudio integrated development environment tour: PHP support
The UEStudio tour is intended to guide you through some of the advanced IDE features of the application. UEStudio includes all of the features of UltraEdit, the world's best text editor, which are not covered here.
Did you know you can run your PHP scripts, check the script output, and check your PHP syntax all from within UEStudio? UEStudio supports several PHP functions directly from the script toolbar. When the HTML PHP commands button is pressed in the script toolbar a submenu with PHP commands is presented.

Note: Before you can access and use the PHP script functionality in UEStudio, you will need to download and install PHP on your system and then set the location to the PHP executable in Advanced -> Configuration -> Integrated Applications -> PHP. If you haven't already installed PHP on your system please go to php.net/downloads.php and download and install the latest version.
You may also want to look over the "Setting up a local PHP/MySQL dev environment" power tip as well for a tutorial to set this up.
Once UEStudio is configured for PHP integration, the following functions are supported:
| Button | Function | |
![]() | Run Script | runs active script |
![]() | Syntax Check | checks syntax of active script |
| Syntax Check All | checks the syntax on all open PHP documents | |
![]() | Parse Document | parses active file and presents HTML equivalent of scripted events in documentname-parsed.php file |
![]() | Stripped Comments | strips comments and whitespace from active file and reformats it and presents result in documentname-parsed.php file |
![]() | Highlighted Source | converts script to HTML text bracketed by <code> and <code> allowing script to be displayed in an HTML file highlighted as it appears in UEStudio |
| Select PHP Executable | presents a dialog for user to browse to location of php.exe |
Classviewer
IntelliTips
Compile
Debug
Integrated debugger
Batch builder
Build project
Resource editor
User tools
Run DOS commands
Diff/comparison tool
Macros
Integrated scripting
Code style
SVN/CVS support
HTML validation
HTML preview
FTP/SFTP/FTPS
Javascript Lint
PHP support
PHP debugging
Ruby support







Workspace manager
Project manager
Projects/solutions
Project converter
Templates
Project templates
Column/block editing
Syntax highlighting
Function list
Output window







