From 4d53cc77a476ec7c575545a11c8a1240b438a64e Mon Sep 17 00:00:00 2001 From: edward Date: Tue, 10 Nov 2015 11:48:23 +0800 Subject: [PATCH] Notify.php --- Notify.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Notify.php b/Notify.php index a35770a6..9b63ddd6 100644 --- a/Notify.php +++ b/Notify.php @@ -170,7 +170,7 @@ class Pman_Core_Notify extends Pman } - //DB_DataObject::debugLevel(1); + DB_DataObject::debugLevel(1); $w = DB_DataObject::factory($this->table); $total = 0; @@ -203,6 +203,9 @@ class Pman_Core_Notify extends Pman } $w->autoJoin(); + + print_R($w->fetchAll());exit; + $w->find(); $ar = array(); // $w->fetchAll(); -- 2.39.2