From 2fc55480271a1bb35b6cd2d73829bfbd4f843b1c Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 15 Mar 2006 04:22:10 +0000 Subject: Includes TStack as core class. --- framework/core.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'framework/core.php') diff --git a/framework/core.php b/framework/core.php index 56fe12e7..cd66e08c 100644 --- a/framework/core.php +++ b/framework/core.php @@ -37,6 +37,10 @@ require_once(PRADO_DIR.'/Collections/TList.php'); * Includes TMap definition */ require_once(PRADO_DIR.'/Collections/TMap.php'); +/** + * Includes TStack definition + */ +require_once(PRADO_DIR.'/Collections/TStack.php'); /** * Includes TXmlDocument, TXmlElement definition */ -- cgit v1.2.3