Extended Tools for PHP Execute

Categories

Component ID

2620828

Component name

Extended Tools for PHP Execute

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

989

Component created

Component changed

Component body

Awesome module was develop by Cristian Fleischer (DizzyC). Many thanks to him.

Overview

PHP Execute Extended Tools is meant to be an extension to Devel's PHP Execute page (/devel/php)

PHP X Tools adds History section to the devel execute page as well as a Saved Script section.

Optionally it integrates with the CodeMirror library transforming the plain textarea into a lightweight code editor supporting syntax highlighting, code formatting, code folding, matching brackets and some more. (You need to manually install the codemirror library, see README.txt)

Features

  • Keeps a history of the code executed through Devel's Execute PHP page
  • Gives you the ability to save and load scripts to execute on Devel's Execute PHP page
  • Integrates with Codemirror transforming Devel's Execute PHP page into a lightweight Code Editor supporting syntax highlighting, code formatting, code folding, matching brackets, full screen, search and more (Note: You need to install the codemirror library. Follow install instructions in the included README.txt file)

Requirements

Requires that you have the Devel module installed and enabled.

Documentation

See the included README.txt file for Installation and further instructions.


DrupalJedi Logo