Skip to content

Commit

Permalink
added autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
mlevent committed Nov 10, 2021
1 parent ff8e435 commit c00cda6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $db = new \Mlevent\Pdb([

Yeni bir dizin oluşturarak `src` klasörü altındaki tüm dosyaları içine kopyalayın ve `autoload.php` dosyasını require ile sayfaya dahil ederek sınıfı başlatın.

````php
```php
require '{pdb_dosyalarinin_bulundugu_dizin}/autoload.php';

$db = new \Mlevent\Pdb([
Expand Down Expand Up @@ -64,7 +64,7 @@ Varsayılan yapılandırma ayarları:
'cacheTime' => 60,
'cachePath' => __DIR__ . '/Cache'
]
````
```

Şu anda kullanılabilir durumda olan driver listesi:

Expand Down

0 comments on commit c00cda6

Please sign in to comment.