Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
filips123 committed Jan 21, 2016
1 parent 125a6ba commit d122918
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,16 @@ include('pot_do_datoteke'); //Namesto pot_do_datoteke vpišite pot do datoteke.
$ime_vrednosti; //Namesto ime_vrednosti vpišite ime vrednosti. Ta koda ne vrača vrednosti.Za izpis uporabite echo ali print.
?>
```
<h3>Napake</h3>
* Če jih želite napake v datoteko, ki zapisuje config datoteko vpišite:
```php
<?php
echo $config->status_message();
?>
```
* Če želite izpisati status v datoteko, ki zapisuje config datoteko vpišite:
```php
<?php
echo $config->status(); //1 pomeni dokončano, 0 pomeni napaka.
?>
```

0 comments on commit d122918

Please sign in to comment.