Skeleton for AddPointsController
Signed-off-by: Michael Tänzer <neo@nhng.de>
This commit is contained in:
parent
f3f8547446
commit
38d397043e
1 changed files with 17 additions and 0 deletions
17
manager/application/controllers/AddPointsController.php
Normal file
17
manager/application/controllers/AddPointsController.php
Normal file
|
@ -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…
Reference in a new issue