GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Midgard Components Framework 3rd generation
Homepage: http://www.midgard-project.org
Clone URL: git://github.com/bergie/midcom.git
Added basic session support
wick3d (author)
Wed Mar 26 01:42:13 -0700 2008
commit  12dd307604417e2d31d45416ee60fe553a9f5cc4
tree    a4af4fa5270711731f93a217eb6152bb2050e0a3
parent  eff7bb2987f912224f35d04899e3732bd7fc21f7
...
1
2
 
3
4
5
...
1
2
3
4
5
6
0
@@ -1,5 +1,6 @@
0
 services_authorization: midcom_core_services_authorization_simple
0
 services_templating: midcom_core_services_templating_midgard
0
+services_sessioning: midcom_core_services_sessioning_midgard
0
 enable_benchmark: false
0
 enable_included_list: false
0
 enable_jquery_framework: false
...
72
73
74
 
 
 
75
76
77
...
151
152
153
154
 
155
156
157
...
72
73
74
75
76
77
78
79
80
...
154
155
156
 
157
158
159
160
0
@@ -72,6 +72,9 @@ class midcom_core_midcom
0
         // Load the context helper
0
         $this->context = new midcom_core_helpers_context();
0
         
0
+ //Load the service loader
0
+ $this->serviceloader = new midcom_core_services_loader();
0
+
0
         // Load the navigation helper
0
         //$this->navigation = new midcom_core_helpers_navigation();
0
         
0
@@ -151,7 +154,7 @@ class midcom_core_midcom
0
             //}
0
             //return;
0
         }
0
-
0
+
0
         $this->dispatcher->initialize($component);
0
         $this->dispatcher->dispatch();
0
 

Comments

    No one has commented yet.