Skip to content

Instantly share code, notes, and snippets.

@nnarhinen
Created October 26, 2010 18:39
Show Gist options
  • Save nnarhinen/647518 to your computer and use it in GitHub Desktop.
Save nnarhinen/647518 to your computer and use it in GitHub Desktop.
public function executeHtml(AgaviRequestDataHolder $rd) {
$this->setupHtml($rd);
$this->setAttribute('foo', 'bar');
//dom something complicated
}
public function executeAJAX(AgaviRequestDataHolder $rd) {
$this->setupHtml($rd);
$this->setAttribute('foo', 'bar');
//dom something complicated
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment