Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
nbproject/
*.phar
6 changes: 6 additions & 0 deletions box.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"directories": [
"src"
],
"output": "formkons.phar"
}
File renamed without changes.
3 changes: 2 additions & 1 deletion index.php → example/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

include_once 'formkons.php';
//include_once '../src/formkons.php';
include_once 'phar://../formkons.phar/src/formkons.php';

$form = new Formkons(array("method"=>"post"));

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.