Skip to content

Instantly share code, notes, and snippets.

@maxparm
Created June 17, 2011 20:12
Show Gist options
  • Save maxparm/1032206 to your computer and use it in GitHub Desktop.
Save maxparm/1032206 to your computer and use it in GitHub Desktop.
Index Controller
<?php
namespace admin\controllers;
class IndexController extends \lithium\action\Controller {
public function index() {
}
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment