Skip to content

Instantly share code, notes, and snippets.

@alfrekjv
Created January 17, 2013 19:15
Show Gist options
  • Save alfrekjv/4558710 to your computer and use it in GitHub Desktop.
Save alfrekjv/4558710 to your computer and use it in GitHub Desktop.
<?php
namespace FourSquareModule\Controller;
use FourSquareModule\Controller\Shared as SharedController;
class Index extends SharedController
{
public function indexAction()
{
return $this->render('FourSquareModule:index:index.html.php');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment