From: Nicolas Boisselier Date: Fri, 12 Aug 2016 00:14:11 +0000 (+0200) Subject: Bed X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=d4008f9c31f11e19f300cbec4688530254ccf7d8;p=nb.git Bed --- 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 + + +} +?>