From d4008f9c31f11e19f300cbec4688530254ccf7d8 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Fri, 12 Aug 2016 02:14:11 +0200 Subject: [PATCH] Bed --- lib/php/db/shell.php | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100755 lib/php/db/shell.php diff --git a/lib/php/db/shell.php b/lib/php/db/shell.php new file mode 100755 index 00000000..4e07e899 --- /dev/null +++ b/lib/php/db/shell.php @@ -0,0 +1,39 @@ +#!/usr/bin/env php +pset($args[0],$args[1]); + $line = mb_substr($line,mb_strlen($line)-1); + + } + Db::pinit(); + die(Db::p('table')); + if (!Db::p('action')) continue; + var_dump(Db::p()); + #echo ">>".$Db->p('action')."\n"; + + $r = $Db->action($Db->p('action'),$Table); + #foreach ($args + + +} +?> -- 2.47.3