mirror of
https://github.com/dg/dibi.git
synced 2025-08-06 06:07:39 +02:00
improved phpDoc, capitalized Dibi
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html><link rel="stylesheet" href="data/style.css">
|
||||
|
||||
<h1>Connecting to Databases | dibi</h1>
|
||||
<h1>Connecting to Databases | Dibi</h1>
|
||||
|
||||
<?php
|
||||
|
||||
@@ -9,7 +9,7 @@ if (@!include __DIR__ . '/../vendor/autoload.php') {
|
||||
}
|
||||
|
||||
|
||||
// connects to SQlite using dibi class
|
||||
// connects to SQlite using Dibi class
|
||||
echo '<p>Connecting to Sqlite: ';
|
||||
try {
|
||||
dibi::connect([
|
||||
|
Reference in New Issue
Block a user