@@ -0,0 +1,15 @@
+<?php
+
+class IndexAction extends Action {
+ public function index( ){
+ echo 'hello world';
+ }
+}