From: Alan Knowles Date: Fri, 17 Sep 2010 04:28:14 +0000 (+0800) Subject: RunGenerator.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=5df6102c908935628cad6e29feb1406d68579f58 RunGenerator.php --- diff --git a/RunGenerator.php b/RunGenerator.php index 5802eee0..89bf5a17 100644 --- a/RunGenerator.php +++ b/RunGenerator.php @@ -43,11 +43,11 @@ class Pman_Core_RunGenerator extends Pman $x = new Pman_Core_Generator(); // $x->page = clone($this); $x->start($this->cli, $args, $lastarg); - $ff = HTML_FlexyFramework::get(); - print_r($ff->DB_DataObject); - $dsn = parse_url($ff->DB_DataObject['database']); - print_r($dsn); + // technically it would be good to trash the cached ini files here.. + // however we can not really do that, as the ownships are off.. + //we can however regen our own files.. + die("done!"); }