From 5c1132f6da292a689bc52bd7f20a83ff8d733fbd Mon Sep 17 00:00:00 2001 From: wei <> Date: Wed, 26 Jul 2006 01:44:57 +0000 Subject: Allow nested GroupBy result maps --- demos/time-tracker/protected/App_Code/UserReport.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'demos/time-tracker/protected/App_Code/UserReport.php') diff --git a/demos/time-tracker/protected/App_Code/UserReport.php b/demos/time-tracker/protected/App_Code/UserReport.php index e7529120..d37de934 100644 --- a/demos/time-tracker/protected/App_Code/UserReport.php +++ b/demos/time-tracker/protected/App_Code/UserReport.php @@ -2,9 +2,9 @@ class UserReport { - public $Username = ''; - public $CategoryID = 0; - public $ActualDuration = 0.0; + public $CategoryName = ''; + public $users = array(); + public $ProjectName = ''; } ?> \ No newline at end of file -- cgit v1.2.3