Editing PHP code

Rapid PHP includes special features and tools that help to write and edit PHP code more efficiently.

Writing PHP code

Tools on the PHP menu and toolbar allow you to insert instant pieces of PHP code. Auto Complete helps to remember and quickly insert variable names. Function hints allow to lookup function parameters without looking in the documentation.

Navigating through PHP code

You can use Code Explorer to easily navigate through your PHP script. Code Explorer lists classes, functions, variables and includes contained in the script and allows you to quickly move through your code.

Validating PHP code

You can validate your PHP script against syntax errors using a Syntax Check feature.

Previewing PHP documents

After you have configured Rapid PHP to work with your web server, you can preview PHP directly in its document window, you can also open your PHP document in any installed Web browser.