Bruno O. Notario 7 years ago
commit dbb83449e3
  1. 17
      .gitignore
  2. 26
      autoload.php
  3. 7
      config.php
  4. 154
      database/db_pdo.php
  5. 52
      database/dbmysqli.php
  6. 79
      database/mmsql.php
  7. 110
      database/mpdo.php
  8. 70
      database/mysql.php
  9. 0
      database/odbc.php
  10. 50
      database/postgre.php
  11. 0
      database/sqlite.php
  12. 31
      library/db.php
  13. 10
      library/untitled.php
  14. 10
      library/untitled1.php

17
.gitignore vendored

@ -0,0 +1,17 @@
.DS_Store
/_notes
/_notesx
_notes
_notesX
._*
*.zip
._
._*
image/cache/*
!.gitignore
system/cache/*
!.gitignore
vqmod/vqcache/*
!.gitignore
zip.lst
teste.php

File diff suppressed because one or more lines are too long

@ -0,0 +1,7 @@
<?php
define('DB_DRIVER', 'dbmysqli');
define('DB_HOSTNAME', '127.0.0.1');
define('DB_USERNAME', 'root');
define('DB_PASSWORD', '');
define('DB_DATABASE', '');

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -0,0 +1,10 @@
<!doctype html>
<html>
<head>
<meta charset="ISO-8859-1">
<title>Untitled Document</title>
</head>
<body>
</body>
</html>

@ -0,0 +1,10 @@
<!doctype html>
<html>
<head>
<meta charset="ISO-8859-1">
<title>Untitled Document</title>
</head>
<body>
</body>
</html>
Loading…
Cancel
Save