Skip to content

Instantly share code, notes, and snippets.

@rlandas
Created November 19, 2012 04:09
Show Gist options
  • Save rlandas/4108895 to your computer and use it in GitHub Desktop.
Save rlandas/4108895 to your computer and use it in GitHub Desktop.
ZF2: how to check if a view template exists, if in another view script
<?php if ($this->resolver('layouts/default')) : ?>
<?php $this->render('layouts/default'); ?>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment