git 6 年 前
コミット
5ef1e0bff7
共有1 個のファイルを変更した15 個の追加0 個の削除を含む
  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';
+	}
+	
+
+}