Skip to content

Instantly share code, notes, and snippets.

View Aurielle's full-sized avatar

Vašek Vrbka Aurielle

View GitHub Profile
@Aurielle
Aurielle / WidgetContainer.php
Created January 12, 2011 15:57
WidgetContainer - spravuje widgety
<?php
/**
* PHP-in' CMS Framework
*
* Copyright (c) 2010 Vaclav Vrbka (http://www.php-info.cz)
*
* This source file is subject to the "PHP-in' CMS Framework licence".
* For more information please see http://www.phpin.eu
*/
@Aurielle
Aurielle / PresenterInfo.php
Created November 19, 2010 17:32 — forked from fprochazka/PresenterInfo.php
PresenterTree - fixed verze
<?php
namespace PHPin\Tools;
use Nette;
use Nette\Reflection\ClassReflection;
/**