Skip to content

Instantly share code, notes, and snippets.

View vojtech-dobes's full-sized avatar

Vojtěch Dobeš vojtech-dobes

View GitHub Profile
@vojtech-dobes
vojtech-dobes / Questions.php
Created February 8, 2011 21:42
Nette AJAX example (requires jQuery & jquery.nette.js)
<?php
use Nette\Application\AppForm;
use Nette\Application\Control;
use Nette\Environment;
class Questions extends Control
{
const YES = 'yes';