adodb를 composer로 불러오도록
@@ -5,6 +5,7 @@
|
|||||||
"league/plates": "^3.3",
|
"league/plates": "^3.3",
|
||||||
"phpmailer/phpmailer": "^6.0",
|
"phpmailer/phpmailer": "^6.0",
|
||||||
"guzzlehttp/guzzle": "^6.3",
|
"guzzlehttp/guzzle": "^6.3",
|
||||||
"leafo/scssphp": "^0.7.5"
|
"leafo/scssphp": "^0.7.5",
|
||||||
|
"adodb/adodb-php": "^5.20"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,8 +4,62 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "7b9fdde15b3d81d1431847e29f201587",
|
"content-hash": "a8d79581e2352baf2677220b715f1348",
|
||||||
"packages": [
|
"packages": [
|
||||||
|
{
|
||||||
|
"name": "adodb/adodb-php",
|
||||||
|
"version": "v5.20.9",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/ADOdb/ADOdb.git",
|
||||||
|
"reference": "f601748cca1ccb86dfd427620a1692a70e681075"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/ADOdb/ADOdb/zipball/f601748cca1ccb86dfd427620a1692a70e681075",
|
||||||
|
"reference": "f601748cca1ccb86dfd427620a1692a70e681075",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"php": ">=5.3.2"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"autoload": {
|
||||||
|
"files": [
|
||||||
|
"adodb.inc.php"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"BSD-3-Clause",
|
||||||
|
"LGPL-2.1"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "John Lim",
|
||||||
|
"email": "jlim@natsoft.com",
|
||||||
|
"role": "Author"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Damien Regad",
|
||||||
|
"role": "Current maintainer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Mark Newnham",
|
||||||
|
"role": "Developer"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "ADOdb is a PHP database abstraction layer library",
|
||||||
|
"homepage": "http://adodb.org/",
|
||||||
|
"keywords": [
|
||||||
|
"abstraction",
|
||||||
|
"database",
|
||||||
|
"layer",
|
||||||
|
"library",
|
||||||
|
"php"
|
||||||
|
],
|
||||||
|
"time": "2016-12-21T17:19:42+00:00"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "brandonwamboldt/utilphp",
|
"name": "brandonwamboldt/utilphp",
|
||||||
"version": "1.1.0",
|
"version": "1.1.0",
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
require_once('_common.php');
|
require_once('_common.php');
|
||||||
require_once(ROOT.W.E_LIB.W.'adodb5/adodb.inc.php');
|
|
||||||
|
|
||||||
class _DB {
|
class _DB {
|
||||||
private $objDB;
|
private $objDB;
|
||||||
|
|||||||
@@ -0,0 +1,17 @@
|
|||||||
|
# Default behavior
|
||||||
|
* text=auto
|
||||||
|
|
||||||
|
# Text files to be normalized to lf line endings
|
||||||
|
*.php text
|
||||||
|
*.htm* text
|
||||||
|
*.sql text
|
||||||
|
*.txt text
|
||||||
|
*.xml text
|
||||||
|
*.xsl text
|
||||||
|
|
||||||
|
# Windows-only files
|
||||||
|
*.bat eol=crlf
|
||||||
|
|
||||||
|
# Binary files
|
||||||
|
*.gif binary
|
||||||
|
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
# IDE/Editor temporary files
|
||||||
|
*~
|
||||||
|
*.swp
|
||||||
|
*.bak
|
||||||
|
*.tmp
|
||||||
|
.project
|
||||||
|
.settings/
|
||||||
|
/nbproject/
|
||||||
|
.idea/
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |