Skip to content

Instantly share code, notes, and snippets.

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