Skip to content

Instantly share code, notes, and snippets.

@hmic
Created December 4, 2015 10:15
Show Gist options
  • Save hmic/5e02ece46dd40222a44a to your computer and use it in GitHub Desktop.
Save hmic/5e02ece46dd40222a44a to your computer and use it in GitHub Desktop.
Using CakePHP3 StringTemplat
<?php $this->start('registration')?>
<?php $template = new StringTemplate(['registration' => $attendee->event->registration_ctp])?>
<?= $template->format('registration', Hash::flatten($attendee->toArray()))?>
<?php $this->end()?>
<?= $this->fetch('registration') ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment