Skip to content

Instantly share code, notes, and snippets.

@cruppstahl
Created October 4, 2011 06:14
Show Gist options
  • Save cruppstahl/1261009 to your computer and use it in GitHub Desktop.
Save cruppstahl/1261009 to your computer and use it in GitHub Desktop.
Smallest Zend ajax action ever
class IndexController extends Zend_Controller_Action {
public function indexAction() {
die("42");
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment