Basic implementation event signup
This commit is contained in:
12
modules/event-participants/Controllers/class-editevent.php
Normal file
12
modules/event-participants/Controllers/class-editevent.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace Bdp\Modules\EventParticipants\Controllers;
|
||||
|
||||
use Bdp\Modules\EventParticipants\Models\Event as Event;
|
||||
|
||||
class EditEvent {
|
||||
public function __construct() {
|
||||
global $_GET, $_REQUEST, $dbHandler;
|
||||
kompass_print_event_edit_form($_GET['event-id']);
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user