Skip to content

Instantly share code, notes, and snippets.

@caefer
Created September 16, 2010 03:04
Show Gist options
  • Save caefer/581908 to your computer and use it in GitHub Desktop.
Save caefer/581908 to your computer and use it in GitHub Desktop.
<?php
class aActions extends sfActions
{
public function executeIndex(sfWebRequest $request)
{
$b = sfContext::getInstance()->getController()->getPresentationFor('b', 'index');
die($b);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment