Skip to content

Instantly share code, notes, and snippets.

View konecny's full-sized avatar

Martin Konečný konecny

View GitHub Profile
@konecny
konecny / Controller.class.php
Created July 8, 2012 14:34
ajax_return() vrací JSON formát pro JavaScript
<?php
class Controller {
private $json_otuput;
function start() {
try {
$x = new X;
<?php
class MyException extends Exception
{
private $method;
private $exception;
function __construct($method, $exception) {
$this->method = $method;
0 => array
0 => array
1 => array
2 => array
3 => array
1 => array
0 => array
1 => array
2 => array
3 => array