diff options
author | xue <> | 2006-03-15 04:22:10 +0000 |
---|---|---|
committer | xue <> | 2006-03-15 04:22:10 +0000 |
commit | 2fc55480271a1bb35b6cd2d73829bfbd4f843b1c (patch) | |
tree | 504179b59847772465ebe3ef9263d8f03369a969 /framework/core.php | |
parent | c59b19644279bec4f388c9ebbee6936a00c20f99 (diff) |
Includes TStack as core class.
Diffstat (limited to 'framework/core.php')
-rw-r--r-- | framework/core.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/framework/core.php b/framework/core.php index 56fe12e7..cd66e08c 100644 --- a/framework/core.php +++ b/framework/core.php @@ -38,6 +38,10 @@ require_once(PRADO_DIR.'/Collections/TList.php'); */
require_once(PRADO_DIR.'/Collections/TMap.php');
/**
+ * Includes TStack definition
+ */
+require_once(PRADO_DIR.'/Collections/TStack.php');
+/**
* Includes TXmlDocument, TXmlElement definition
*/
require_once(PRADO_DIR.'/Data/TXmlDocument.php');
|