Skip to content

Instantly share code, notes, and snippets.

@crazy2be
Created September 12, 2013 05:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crazy2be/6533353 to your computer and use it in GitHub Desktop.
Save crazy2be/6533353 to your computer and use it in GitHub Desktop.
How to write comments :D
/**
* Executes the SQL query on the database
*
* params:
* query: @string the query to execute
*
* returns: The result of the query
*/
SQLDatabase::Query(query) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment