Skip to content

Instantly share code, notes, and snippets.

View ejdanderson's full-sized avatar
🗿
mostly

Evan Anderson ejdanderson

🗿
mostly
View GitHub Profile
@ejdanderson
ejdanderson / classe_references
Last active October 2, 2015 03:38
differences in class name references
<?php
class Foo {
function echo_classes() {
echo __CLASS__;
echo get_class();
echo get_class($this);
echo get_called_class();
}
}
@ejdanderson
ejdanderson / style.css
Created March 20, 2012 06:32
FavePersonal Child Theme style.css
/*
Theme Name: FavePersonal Child
Theme URI: http://example.com/
Description: Child theme for the FavePersonal Theme
Author: Your name here
Author URI: http://example.com/about/
Template: favepersonal
Version: 1.0
*/