diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2013-09-19 23:07:57 +0200 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2013-09-19 23:07:57 +0200 |
commit | 3fdbb2cbfe778fcf48c61bb9fe40d4ac85f8004f (patch) | |
tree | aec11f524e7104fbe20ab62481c00855ccfb4daa /framework/TApplication.php | |
parent | 00f34a0260927de7ab05ff7a777a3a9b7cc5004f (diff) |
Committed TComponent patch by javalizard
TComponent Update: Behaviors, Class Behaviors, fx global events, and dy
one to one events.
This patchset was currently available only on svn trunk/
Diffstat (limited to 'framework/TApplication.php')
-rw-r--r-- | framework/TApplication.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/TApplication.php b/framework/TApplication.php index 1bbbbdb6..7769a9e0 100644 --- a/framework/TApplication.php +++ b/framework/TApplication.php @@ -24,8 +24,8 @@ Prado::using('System.TService'); Prado::using('System.Exceptions.TErrorHandler'); Prado::using('System.Caching.TCache'); Prado::using('System.IO.TTextWriter'); -Prado::using('System.Collections.TList'); -Prado::using('System.Collections.TMap'); +Prado::using('System.Collections.TPriorityList'); +Prado::using('System.Collections.TPriorityMap'); Prado::using('System.Collections.TStack'); Prado::using('System.Xml.TXmlDocument'); Prado::using('System.Security.TAuthorizationRule'); |