Seldaek / php-console

PHP Debug Console
Other
529 stars 93 forks source link

Added Save and Load functions #45

Closed lowrykun closed 9 years ago

lowrykun commented 9 years ago

I added 4 fields:

  1. Save As Field
  2. Save button
  3. Load File field
  4. Load button

Using these you can save your current console to a text file and load your console from a text file.

lowrykun commented 9 years ago

I made some of the changes you suggested.