ZedCommands.php
Zed SmartLine commands.
Zed. The immensity of stars. The HyperShip. The people.
(c) 2010, Dereckson, some rights reserved. Released under BSD license.
This is the SmartLine subcontroller.
The SmartLine is a widget allowing to add some basic CLI capability.
It executes any command given in GET or POST request (parameter C).
This files also provides SmartLine history helper: a method log_C to log a SmartLine command and some procedural code assigning a SmartLineHistory.
This code is inspired from Viper, a corporate PHP intranet I wrote in 2004. There, the SmartLine allowed to change color theme or to find quickly user, account, order or server information in a CRM context.
Tags
Table of Contents
Classes
- DebugSmartLineCommand
- Debugger command
- GotoSmartLineCommand
- The goto command
- GUIDSmartLineCommand
- The GUID command
- InviteSmartLineCommand
- The invite command
- ListSmartLineCommand
- The list command
- RequestsSmartLineCommand
- The requests command
- SettingsSmartLineCommand
- The settings command
- UnixTimeSmartLineCommand
- The unixtime command
- VersionSmartLineCommand
- The version command
- WhereAmISmartLineCommand
- The whereami (Where am I?) command
- WhoAmISmartLineCommand
- The whoami (Who am I?) command