git 6 yıl önce
ebeveyn
işleme
5ef1e0bff7
1 değiştirilmiş dosya ile 15 ekleme ve 0 silme
  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';
+	}
+	
+
+}