summaryrefslogtreecommitdiff
path: root/classes/handler.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-13 00:20:53 +0400
committerAndrew Dolgov <[email protected]>2011-12-13 00:20:53 +0400
commit3f3630529e1e7a0adf2ce0022596006cfcba0089 (patch)
treea106a22ca054baf8523f4d258b36a654909768c9 /classes/handler.php
parent667a82727cd95cc75e006b8509b6249e3f7f46e6 (diff)
implement tiny-OOP routing
Diffstat (limited to 'classes/handler.php')
-rw-r--r--classes/handler.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/classes/handler.php b/classes/handler.php
index 3bd82c725..53b52ea03 100644
--- a/classes/handler.php
+++ b/classes/handler.php
@@ -11,5 +11,9 @@ class Handler {
function before() {
return true;
}
+
+ function after() {
+ return true;
+ }
}
?>