diff options
Diffstat (limited to 'php/lib/IceGrid.php')
-rw-r--r-- | php/lib/IceGrid.php | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/php/lib/IceGrid.php b/php/lib/IceGrid.php new file mode 100644 index 00000000000..fc42e00c418 --- /dev/null +++ b/php/lib/IceGrid.php @@ -0,0 +1,19 @@ +<?php +// ********************************************************************** +// +// Copyright (c) 2003-2009 ZeroC, Inc. All rights reserved. +// +// This copy of Ice is licensed to you under the terms described in the +// ICE_LICENSE file included in this distribution. +// +// ********************************************************************** + +require 'IceGrid/Admin.php'; +require 'IceGrid/Descriptor.php'; +require 'IceGrid/FileParser.php'; +require 'IceGrid/Locator.php'; +require 'IceGrid/Observer.php'; +require 'IceGrid/Query.php'; +require 'IceGrid/Registry.php'; +require 'IceGrid/UserAccountMapper.php'; +?> |