From 77750ab4cc4c0055a29352334a9357d74e3957d3 Mon Sep 17 00:00:00 2001 From: wei <> Date: Thu, 5 Jan 2006 01:13:15 +0000 Subject: coreLog instrumentation. --- framework/Web/UI/TControl.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'framework/Web/UI/TControl.php') diff --git a/framework/Web/UI/TControl.php b/framework/Web/UI/TControl.php index 34e9b92f..3ba79478 100644 --- a/framework/Web/UI/TControl.php +++ b/framework/Web/UI/TControl.php @@ -683,8 +683,11 @@ class TControl extends TComponent */ public function dataBind() { + Prado::coreLog("Data bind properties"); $this->dataBindProperties(); + Prado::coreLog("onDataBinding()"); $this->onDataBinding(null); + Prado::coreLog("dataBindChildren()"); $this->dataBindChildren(); } -- cgit v1.2.3