Well, got github working great. Did an update today, including:
- $allowed_columns parameter for quick_insert() and quick_update(). So you can pass in $_POST or $_GET, as well as a list of valid indices to use
- (optional) Exception handling with try/catch (more info)
- Set return type (object, associative array, numeric array) globally through $default_type
Also, I’m updating the wiki slowly, transferring all the useful information onto there, since it’s easy to keep everything together.
Thanks!
