diff --git a/.gitignore b/.gitignore index 80f408e..eaf7d1d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ nbproject/ +*.phar diff --git a/box.json b/box.json new file mode 100644 index 0000000..8556084 --- /dev/null +++ b/box.json @@ -0,0 +1,6 @@ +{ + "directories": [ + "src" + ], + "output": "formkons.phar" +} diff --git a/form_view.php b/example/form_view.php similarity index 100% rename from form_view.php rename to example/form_view.php diff --git a/index.php b/example/index.php similarity index 93% rename from index.php rename to example/index.php index 661b58f..d45e9e4 100644 --- a/index.php +++ b/example/index.php @@ -1,6 +1,7 @@ "post")); diff --git a/checkbox.php b/src/checkbox.php similarity index 100% rename from checkbox.php rename to src/checkbox.php diff --git a/formkons.php b/src/formkons.php similarity index 100% rename from formkons.php rename to src/formkons.php diff --git a/input.php b/src/input.php similarity index 100% rename from input.php rename to src/input.php diff --git a/kelements.php b/src/kelements.php similarity index 100% rename from kelements.php rename to src/kelements.php diff --git a/khelpers.php b/src/khelpers.php similarity index 100% rename from khelpers.php rename to src/khelpers.php diff --git a/messages.php b/src/messages.php similarity index 100% rename from messages.php rename to src/messages.php diff --git a/upload.php b/src/upload.php similarity index 100% rename from upload.php rename to src/upload.php diff --git a/validation.php b/src/validation.php similarity index 100% rename from validation.php rename to src/validation.php