Basic implementation event signup
This commit is contained in:
assets
bdp-kompass.phpcomponents/partials
includes
lang
lib
database
kompass_veranstaltungen_gruppen.sqlkompass_veranstaltungen_index.sqlkompass_veranstaltungen_teilis.sql
dompdf.zipdompdf
autoload.php
lib
Cpdf.php
fonts
Courier-Bold.afmCourier-BoldOblique.afmCourier-Oblique.afmCourier.afmDejaVuSans-Bold.ttfDejaVuSans-Bold.ufmDejaVuSans-BoldOblique.ttfDejaVuSans-BoldOblique.ufmDejaVuSans-Oblique.ttfDejaVuSans-Oblique.ufmDejaVuSans.ttfDejaVuSans.ufmDejaVuSansMono-Bold.ttfDejaVuSansMono-Bold.ufmDejaVuSansMono-BoldOblique.ttfDejaVuSansMono-BoldOblique.ufmDejaVuSansMono-Oblique.ttfDejaVuSansMono-Oblique.ufmDejaVuSansMono.ttfDejaVuSansMono.ufmDejaVuSerif-Bold.ttfDejaVuSerif-Bold.ufmDejaVuSerif-BoldItalic.ttfDejaVuSerif-BoldItalic.ufmDejaVuSerif-Italic.ttfDejaVuSerif-Italic.ufmDejaVuSerif.ttfDejaVuSerif.ufmHelvetica-Bold.afmHelvetica-BoldOblique.afmHelvetica-Oblique.afmHelvetica.afmSymbol.afmTimes-Bold.afmTimes-Bold.afm.phpTimes-BoldItalic.afmTimes-Italic.afmTimes-Roman.afmTimes-Roman.afm.phpZapfDingbats.afmdompdf_font_family_cache.dist.phpmustRead.html
html5lib
php-font-lib
maps
adobe-standard-encoding.mapcp1250.mapcp1251.mapcp1252.mapcp1253.mapcp1254.mapcp1255.mapcp1257.mapcp1258.mapcp874.mapiso-8859-1.mapiso-8859-11.mapiso-8859-15.mapiso-8859-16.mapiso-8859-2.mapiso-8859-4.mapiso-8859-5.mapiso-8859-7.mapiso-8859-9.mapkoi8-r.mapkoi8-u.map
src
FontLib
AdobeFontMetrics.phpAutoloader.phpBinaryStream.php
EOT
EncodingMap.phpException
Font.phpGlyph
Header.phpOpenType
Table
TrueType
WOFF
tests
FontLib
resources
php-svg-lib
res
src
Adapter
Autoloader.phpCanvas.phpCanvasFactory.phpCellmap.phpCss
Dompdf.phpException.phpException
FontMetrics.phpFrame.phpFrame
FrameDecorator
AbstractFrameDecorator.phpBlock.phpImage.phpInline.phpListBullet.phpListBulletImage.phpNullFrameDecorator.phpPage.phpTable.phpTableCell.phpTableRow.phpTableRowGroup.phpText.php
FrameReflower
AbstractFrameReflower.phpBlock.phpImage.phpInline.phpListBullet.phpNullFrameReflower.phpPage.phpTable.phpTableCell.phpTableRow.phpTableRowGroup.phpText.php
Helpers.phpImage
JavascriptEmbedder.phpLineBox.phpOptions.phpPhpEvaluator.phpPositioner
Absolute.phpAbstractPositioner.phpBlock.phpFixed.phpInline.phpListBullet.phpNullPositioner.phpTableCell.phpTableRow.php
Renderer.phpRenderer
modules
Gruppen
Actions
CreateGroupAction.phpCreateGroupMemberAction.phpCreateGroupMemberDataAction.phpUpdateGroupAction.php
Controllers
CreateGroupController.phpCreateMemberController.phpPrintGroupsController.phpPrintMemberController.phpPrintMemberListController.php
Requests
Views
Mail
calendar
classes
event-participants
Controllers
class-ajaxrouter.phpclass-archiveevent.phpclass-closeevent.phpclass-createevent.phpclass-deletemember.phpclass-editevent.phpclass-eventgroupmailform.phpclass-eventlocalgroupmailform.phpclass-eventmailform.phpclass-listgroupsandmembers.phpclass-main.phpclass-memberdetails.phpclass-membermailform.phpclass-membersummaray.phpclass-newevent.phpclass-openevent.phpclass-printevents.phpclass-printparticipantlistdrinking.phpclass-printparticipantlistdrinkingalcoholic.phpclass-printparticipantlistkitchenallergiespdf.phpclass-printparticipantlistkitchenpdf.phpclass-printparticipantlistmedicalpdf.phpclass-printparticipantlistphotopdf.phpclass-printparticipantlistsignuppdf.phpclass-signup.phpclass-signuppage.phpclass-updateevent.phpclass-updatememberamount.phpclass-updatememberdetails.php
Models
Requests
Templates
Partials
Registration
allergien.phpaltersstufe.phpanreise.phpansprechpartner.phpbeitrag.phpdone.email.phpdone.webseite.phperror.webseite.phpfotoerlaubnis.phpgruppe.phpkontaktdaten.php
admin
Views
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