|
@@ -3,6 +3,8 @@ VATSIM PHP Scheduler, using VATSIM GERMANY API.
|
|
|
It is recommended to set up a separate PHP file for each overview you would like to create. Alternatively one file can be created that outputs images to files using a cronjob.
|
|
|
If multiple overviews use the same stations, optional stations or wanted stations, a central config file might be useful.
|
|
|
|
|
|
+![Example](example.jpg)
|
|
|
+
|
|
|
A new Overview is created by making a new instance of the Schedule class:
|
|
|
|
|
|
```php
|