| 3 |
// $Id$ |
// $Id$ |
| 4 |
// ------------------------------------------------------------------------- |
// ------------------------------------------------------------------------- |
| 5 |
// $Log$ |
// $Log$ |
| 6 |
|
// Revision 1.3 2003/03/03 21:20:02 joko |
| 7 |
|
// mungled the namespaces |
| 8 |
|
// |
| 9 |
// Revision 1.2 2003/02/09 17:43:01 joko |
// Revision 1.2 2003/02/09 17:43:01 joko |
| 10 |
// + aggregated lost concrete inner-class declarations here |
// + aggregated lost concrete inner-class declarations here |
| 11 |
// |
// |
| 17 |
|
|
| 18 |
// FIXME: let '$parent' unassigned and see what happens! ;-( |
// FIXME: let '$parent' unassigned and see what happens! ;-( |
| 19 |
|
|
| 20 |
class Site_Loader extends DesignPattern_Loader { |
loadModule('Application::ComponentLoader'); |
| 21 |
|
class Site_Loader extends Application_ComponentLoader { |
| 22 |
var $parent = 'site'; |
var $parent = 'site'; |
| 23 |
} |
} |
| 24 |
|
|