Skip to content

Instantly share code, notes, and snippets.

@DavertMik
Created February 29, 2012 02:08
Show Gist options
  • Save DavertMik/1936977 to your computer and use it in GitHub Desktop.
Save DavertMik/1936977 to your computer and use it in GitHub Desktop.
<?php
# it's a template
class BaseStorage extends %storage% {
}
# it's a class
class SessionStorage extends BaseStorage {
function removeAll() {
}
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment