Skip to content

Instantly share code, notes, and snippets.

@trentsnippets
Created June 13, 2013 02:18
Show Gist options
  • Save trentsnippets/5770776 to your computer and use it in GitHub Desktop.
Save trentsnippets/5770776 to your computer and use it in GitHub Desktop.
Basic Silverstripe Controller layout
<?php
/** Tested 3.0
* Text Page.
* This is all the logic for the Text page.
*/
class TextPage extends Page
{
}
/**
* Text Page Controller
*/
class TextPage_Controller extends Page_Controller
{
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment