Imported Page/RequestParser classes for page templating.

Added formatFilesize method to Main class
This commit is contained in:
2011-01-16 22:46:34 +00:00
parent 67397fd776
commit 998a9d958f
4 changed files with 220 additions and 2 deletions

View File

@@ -21,4 +21,6 @@ class SihnonFramework_Exception_CacheObjectNotFound extends SihnonFramework_E
class SihnonFramework_Exception_InvalidPluginName extends SihnonFramework_Exception {};
class SihnonFramework_Exception_FileNotFound extends SihnonFramework_Exception {};
?>