Importing bits and pieces

This is the initial import based on a few files I had around.
This commit is contained in:
Emmanuel BENOîT 2012-02-05 12:56:54 +01:00
commit 871d28cd16
20 changed files with 1994 additions and 0 deletions
includes/core

View file

@ -0,0 +1,26 @@
<?php
$package[ 'extras' ][] = 'Controller';
$package[ 'extras' ][] = 'DAO';
$package[ 'extras' ][] = 'DatabaseError';
$package[ 'extras' ][] = 'DBQuery';
$package[ 'extras' ][] = 'HTML';
$package[ 'extras' ][] = 'HTMLPage';
$package[ 'extras' ][] = 'Page';
$package[ 'extras' ][] = 'ParameterException';
$package[ 'extras' ][] = 'URLMapper';
$package[ 'extras' ][] = 'View';
$package[ 'files' ][] = 'controller';
$package[ 'files' ][] = 'dao';
$package[ 'files' ][] = 'database';
$package[ 'files' ][] = 'page';
$package[ 'files' ][] = 'urls';
$package[ 'files' ][] = 'view';
$package[ 'pages' ][] = 'basic';
$package[ 'ctrls' ][] = 'session';
$package[ 'ctrls' ][] = 'simple';
$package[ 'singletons' ][] = 'Database';