This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
wangtao
/
fireInternet
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
f0f066b413
Branches
Tags
master
fireInternet
/
res
/
extjs
/
examples
/
simple-tasks
/
php
/
connection.php
connection.php
59 B
Historique
Raw
1
2
3
<?php
$db = new PDO('sqlite:../../db/simple_tasks.db');
?>