git vor 6 Jahren
Ursprung
Commit
5ef1e0bff7
1 geänderte Dateien mit 15 neuen und 0 gelöschten Zeilen
  1. 15 0
      Home/Lib/Action/IndexAction.class.php

+ 15 - 0
Home/Lib/Action/IndexAction.class.php

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