Skip to content

Instantly share code, notes, and snippets.

View jdavidlists's full-sized avatar

J David jdavidlists

View GitHub Profile
<?php
class Database {
function queryOne( ... $x ) {
// Real object would prepare bound SQL and look up in the database.
return "blue";
}