Skip to content

Instantly share code, notes, and snippets.

@mikeemoo
Created May 25, 2012 18:28
Show Gist options
  • Save mikeemoo/2789691 to your computer and use it in GitHub Desktop.
Save mikeemoo/2789691 to your computer and use it in GitHub Desktop.
cms design pages
<?php
class HomePage extends HtmlPage {
public $banner_images;
public $left_column;
public $right_column;
}
class ContentPage extends HtmlPage {
public $header;
public $content;
public $promos;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment