Skeleton for AddPointsController

Signed-off-by: Michael Tänzer <neo@nhng.de>
AddPoints
Michael Tänzer 14 years ago
parent f3f8547446
commit 38d397043e

@ -0,0 +1,17 @@
<?php
/**
* @author Michael Tänzer
*/
class AddPointsController extends Zend_Controller_Action
{
public function init()
{
/* Initialize action controller here */
}
public function indexAction()
{
/* TODO */
}
}
Loading…
Cancel
Save