https://github.com/millsoft/topdo
Script um alte SQL Queries ins PDO Format umzuwandeln
https://github.com/millsoft/topdo
Last synced: about 1 month ago
JSON representation
Script um alte SQL Queries ins PDO Format umzuwandeln
- Host: GitHub
- URL: https://github.com/millsoft/topdo
- Owner: millsoft
- Created: 2019-09-12T15:19:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-26T07:07:24.000Z (over 6 years ago)
- Last Synced: 2025-01-11T16:36:22.346Z (over 1 year ago)
- Language: PHP
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# toPDO
Convert old TWM Database Code to new PDO Style
## Install
- git clone
- composer install
- copy `configuration.example.php` to `configuration.php` and change the database settings
## Run
There are 2 versions:
- web Version: simply open this page in browser
- cli version:
## CLI Version
The CLI Version loads always a input file from data/input.txt. To execute simply call: `php convert_to_pdo.php`
## Autohotkey
The CLI version works good with autohotkey. The autohotkey script is: `conver_to_pdo.ahk`