Skip to content

Instantly share code, notes, and snippets.

@loe
Created February 20, 2009 17:54
Show Gist options
  • Save loe/67594 to your computer and use it in GitHub Desktop.
Save loe/67594 to your computer and use it in GitHub Desktop.
if defined(Class["macchiato"]) {
$has_macchiato = true
} else {
$has_macchiato = false
}
if defined(Class["mysql"]) {
$has_mysql = true
} else {
$has_mysql = false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment