phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] api class.phpgw.php,1.1.1.1.2.20,1.1.1.1.2.21


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] api class.phpgw.php,1.1.1.1.2.20,1.1.1.1.2.21
Date: Mon, 03 Nov 2003 09:40:32 +0000

Update of /cvsroot/phpgroupware/api
In directory subversions:/tmp/cvs-serv26243/api

Modified Files:
      Tag: proposal-branch
        class.phpgw.php 
Log Message:
made it a little faster

Index: class.phpgw.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/class.phpgw.php,v
retrieving revision 1.1.1.1.2.20
retrieving revision 1.1.1.1.2.21
diff -C2 -d -r1.1.1.1.2.20 -r1.1.1.1.2.21
*** class.phpgw.php     3 Nov 2003 09:19:59 -0000       1.1.1.1.2.20
--- class.phpgw.php     3 Nov 2003 09:40:30 -0000       1.1.1.1.2.21
***************
*** 357,360 ****
--- 357,365 ----
                        /* Pack up any classes that want to be serialized */
                        $GLOBALS['performance_timer']->start('cache_classes');
+                       saveobject($this->accounts, 'accounts');
+                       saveobject($this->acl, 'acl');
+                       saveobject($this->prefs, 'prefs');
+                       saveobject($this->apps, 'apps');
+                       /*
                        $myvars = get_object_vars($this);
                        foreach($myvars as $key=>$val)
***************
*** 362,367 ****
                                saveobject($val, $key);
                        }
                        $GLOBALS['performance_timer']->stop('cache_classes');
-                       
                        /* Before we send output, save the session data */
                        $GLOBALS['phpgw']->session->save_data();
--- 367,372 ----
                                saveobject($val, $key);
                        }
+                       */
                        $GLOBALS['performance_timer']->stop('cache_classes');
                        /* Before we send output, save the session data */
                        $GLOBALS['phpgw']->session->save_data();





reply via email to

[Prev in Thread] Current Thread [Next in Thread]