new todo item;
This commit is contained in:
Sebastian Mendel
2007-09-06 14:40:23 +00:00
parent ef9d09a1d1
commit ad67fbccfd

View File

@@ -1,6 +1,10 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* extracts table properties from create statement
*
* @todo should be handled by class Table
* @todo this should be recoded as functions, to avoid messing with global variables
*
* @version $Id$
*/
@@ -10,13 +14,6 @@
*/
require_once './libraries/Table.class.php';
/**
* extracts table properties from create statement
*
* @todo this should be recoded as functions,
* to avoid messing with global variables
*/
/**
* requirements
*/