An open API service indexing awesome lists of open source software.

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

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`