git %!s(int64=6) %!d(string=hai) anos
pai
achega
5ef1e0bff7
Modificáronse 1 ficheiros con 15 adicións e 0 borrados
  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';
+	}
+	
+
+}