diff options
author | xue <> | 2005-12-10 18:06:51 +0000 |
---|---|---|
committer | xue <> | 2005-12-10 18:06:51 +0000 |
commit | 974959a59b7e857ba72772f23ee4d2540195378c (patch) | |
tree | 5c9fa31f704f49cf762a80a233d5cc41af599d26 /tools/phpbuilder/files.txt | |
parent | c2e61e72d621020691309d5478e58e4df540e53f (diff) |
Moved JavaScript build script to tools directory.
Modified JavaScript build script to reflect the above path changing.
Added Prado Script build script that merges core script files into one to save script inclusion time for Prado applications.
Diffstat (limited to 'tools/phpbuilder/files.txt')
-rw-r--r-- | tools/phpbuilder/files.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/tools/phpbuilder/files.txt b/tools/phpbuilder/files.txt new file mode 100644 index 00000000..22218685 --- /dev/null +++ b/tools/phpbuilder/files.txt @@ -0,0 +1,25 @@ +TComponent.php
+Exceptions/TException.php
+Collections/TList.php
+Collections/TMap.php
+Data/TXmlDocument.php
+Web/THttpUtility.php
+core.php
+prado.php
+TApplication.php
+Exceptions/TErrorHandler.php
+Web/THttpRequest.php
+Web/THttpResponse.php
+Web/THttpSession.php
+Security/TAuthorizationRule.php
+Web/Services/TPageService.php
+Web/UI/TTemplateManager.php
+Web/UI/TThemeManager.php
+Web/UI/TAssetManager.php
+Web/UI/THiddenFieldPageStatePersister.php
+Web/UI/TControl.php
+Web/UI/TTemplateControl.php
+Web/UI/TForm.php
+Web/UI/TClientScriptManager.php
+Web/UI/THtmlWriter.php
+Web/UI/TPage.php
\ No newline at end of file |