Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed May 24, 2020
2 parents 7d86c2e + 7d112a0 commit cc30e2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -89,6 +89,7 @@ Notice a directory called *install* containing a file named *session_data.sql*.
> Note that this class assumes that there is an active connection to a MySQL database and it does not attempt to create one!
```php
<?php
// first, connect to a database containing the sessions table
// either by something similar to
//
Expand Down Expand Up @@ -120,4 +121,4 @@ $_SESSION['foo'] = 'bar';
// data is in the database!
```

:books: Check out the [awesome documentation](https://stefangabos.github.io/Zebra_Session/Zebra_Session/Zebra_Session.html)!
:books: Check out the [awesome documentation](https://stefangabos.github.io/Zebra_Session/Zebra_Session/Zebra_Session.html)!

0 comments on commit cc30e2c

Please sign in to comment.