Skip to content

Instantly share code, notes, and snippets.

@jamsesso
Last active December 16, 2015 12:59
Show Gist options
  • Save jamsesso/5438585 to your computer and use it in GitHub Desktop.
Save jamsesso/5438585 to your computer and use it in GitHub Desktop.
<?php
namespace Scarf\Views;
class Introduction
{
public function main()
{
write("Scarf is a modern, fast, maintainable,
easy-to-use rapid development PHP framework.");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment