Skip to content

Instantly share code, notes, and snippets.

@mcsee
Last active December 10, 2022 15:32
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save mcsee/7d520c7f266d0180f42c3fc12b41fddc to your computer and use it in GitHub Desktop.
<?
final class DatabaseQueryOptimizer {
public function selectWithCriteria($tableName, $criteria) {
// Make some optimizations manipulating criteria
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment