Update Version 0.4.0 beta 09.07.2018
- Bugfix on the form classes, now the select option is correctly set back. - Update for the database adapter - Improvement of the form elements, added onchange on the select boxes, the form tag now can have no element if needed. - Implementation of the Postgres and MySQL Adapter with propper Namespacing. - Minor bugfixing
This commit is contained in:
@@ -152,4 +152,9 @@ class Postgres extends Odbc implements IPostgres
|
||||
}
|
||||
}
|
||||
|
||||
public static function truncateTable($tablename = IOdbc::PLACE_TABLE_NAME)
|
||||
{
|
||||
\odbc_exec(parent::getInstance( self::getSettingsSection() )->getConn(), "DELETE FROM " . $tablename . ";");
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user