Initial coding of hub node-mode.
authorRoland Häder <roland@mxchange.org>
Tue, 24 Mar 2009 07:32:57 +0000 (07:32 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 24 Mar 2009 07:32:57 +0000 (07:32 +0000)
commit0954352df67a1f112c736e08dd31a13ff9dda03d
tree797f8e77bf8782c32e1810d953d89c448684090c
parent4807ea28d054ae20e46e3623732a003345e05b76
Initial coding of hub node-mode.
- Directories created which should hold the classes for our different node types
  (aka. node-mode)
- README extended how to launch the hub...
- Exception handler does now output a warning message if you did not throw an
  exception which inherits our FrameworkException exception class
.gitattributes
application/hub/class_ApplicationHelper.php
application/hub/config.php
application/hub/exceptions.php
application/hub/main/nodes/.htaccess [new file with mode: 0644]
application/hub/main/nodes/boot/.htaccess [new file with mode: 0644]
application/hub/main/nodes/list/.htaccess [new file with mode: 0644]
application/hub/main/nodes/master/.htaccess [new file with mode: 0644]
application/hub/main/nodes/regular/.htaccess [new file with mode: 0644]
docs/README