nabeel shahzad

ezSQL updates

without comments

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!

Written by Nabeel

June 29th, 2009 at 1:25 pm

Posted in General