From 3dc598bc7c2604e24b9e0be1189d9d78b43737ea Mon Sep 17 00:00:00 2001 From: wei <> Date: Wed, 17 Jan 2007 08:01:40 +0000 Subject: Add active record generator. --- framework/3rdParty/PhpShell/php-shell-init.php | 88 ++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 framework/3rdParty/PhpShell/php-shell-init.php (limited to 'framework/3rdParty/PhpShell/php-shell-init.php') diff --git a/framework/3rdParty/PhpShell/php-shell-init.php b/framework/3rdParty/PhpShell/php-shell-init.php new file mode 100644 index 00000000..e8da5a7d --- /dev/null +++ b/framework/3rdParty/PhpShell/php-shell-init.php @@ -0,0 +1,88 @@ +registerExtensions(array( + "options" => PHP_Shell_Options::getInstance(), /* the :set command */ + + "autoload" => new PHP_Shell_Extensions_Autoload(), + "autoload_debug" => new PHP_Shell_Extensions_AutoloadDebug(), + "colour" => new PHP_Shell_Extensions_Colour(), + "exectime" => new PHP_Shell_Extensions_ExecutionTime(), + "inlinehelp" => new PHP_Shell_Extensions_InlineHelp(), + "verboseprint" => new PHP_Shell_Extensions_VerbosePrint() + // "loadscript" => new PHP_Shell_Extensions_LoadScript() +)); + +?> \ No newline at end of file -- cgit v1.2.3