A utility library intended to be used with the Wodk Web App scaffolding.
A MySQLi wrapper class with query formatting, table prefixing and "prepared" queries.
A very simple logger that writes to disk.
A few Twig filters that help with the Wodk Web App.
Checkout the wiki for the latest information and documentation.
In your composer.json
:
{
"repositories": [
{
"type": "git",
"url": "https://github.com/wilsonodk/wodk"
}
],
"require": {
"wodk/wodk": "vX.Y.Z"
}
}
In your application:
// After installing with Composer, autoload the Wodk classes.
require_once 'vendor/autoload.php';
Wilson Wise
(c) 2012 Wilson Wise. All rights reserved.