From 9e4d353594c653fa49aac42e943888a636973c3e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 17 Sep 2010 12:17:35 +0800 Subject: [PATCH] RunGenerator.php --- RunGenerator.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RunGenerator.php b/RunGenerator.php index 4d4340f9..08cb9f41 100644 --- a/RunGenerator.php +++ b/RunGenerator.php @@ -43,6 +43,11 @@ class Pman_Core_RunGenerator extends Pman $x = new Pman_Core_Generator(); // $x->page = clone($this); $x->start($this->cli, $args, $lastarg); + $ff = FlexyFramework::get(); + + print_r($ff->DB_DataObject); + + die("done!"); } -- 2.39.2