Skip to content

Instantly share code, notes, and snippets.

@mikeemoo
Created May 25, 2012 18:25
Show Gist options
  • Save mikeemoo/2789672 to your computer and use it in GitHub Desktop.
Save mikeemoo/2789672 to your computer and use it in GitHub Desktop.
cms design
<?php
class Path {
public $site_id;
public $url;
}
class HtmlPage extends Path {
public $page_title;
public $meta_description;
public $meta_keywords;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment