Skip to content

Instantly share code, notes, and snippets.

@0xradical
Created March 25, 2013 17:08
Show Gist options
  • Save 0xradical/5238747 to your computer and use it in GitHub Desktop.
Save 0xradical/5238747 to your computer and use it in GitHub Desktop.
Mysql functions
class MysqlQuery
def initialize
@query = ""
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment