mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-22 06:26:57 +01:00
Updated 1. Getting Started (markdown)
parent
79cdb84510
commit
8752996b0c
@ -19,7 +19,7 @@ Reading out a pairing-file is very simple. First create a reader. This is simply
|
|||||||
require_once("vendor/autoload.php");
|
require_once("vendor/autoload.php");
|
||||||
use JeroenED/Libpairtwo/IOFactory;
|
use JeroenED/Libpairtwo/IOFactory;
|
||||||
|
|
||||||
$filereader = IOFactory::createReader('Pairtwo-6');
|
$filereader = IOFactory::createReader('Swar-4');
|
||||||
$filereader->read('mycompetition.sws');
|
$filereader->read('mycompetition.sws');
|
||||||
```
|
```
|
||||||
This will return a usable object for reaching out for results, rankings, etc.
|
This will return a usable object for reaching out for results, rankings, etc.
|
||||||
|
Loading…
Reference in New Issue
Block a user