Skip to content

Instantly share code, notes, and snippets.

View ikkez's full-sized avatar

Christian Knuth ikkez

View GitHub Profile
@ikkez
ikkez / index.php
Created July 2, 2012 22:20
Jade Template Plugin Draft for F3
<?php
$app=require __DIR__.'/lib/base.php';
$app->set('AUTOLOAD','inc/;inc/temp/');
$app->set('CACHE',FALSE);
$app->set('DEBUG',3);
$app->set('EXTEND',TRUE);
$app->set('GUI','gui/');
$app->set('PROXY',TRUE);