Version 0.9.5 beta - update for database functionality, updated the db.class.mask, and the mysql autogeneration for files.
This commit is contained in:
@@ -20,7 +20,7 @@ class [CLASSNAME] extends Db
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
[ADAPTER]::settingsSection('[DBSECTION]');
|
||||
[CONNECTOR]::settingsSection('[DBSECTION]');
|
||||
self::initTable( self::TABLE );
|
||||
}
|
||||
|
||||
@@ -29,8 +29,4 @@ class [CLASSNAME] extends Db
|
||||
return self::TABLE;
|
||||
}
|
||||
|
||||
public function insertArrayIntoTable($dataset = array())
|
||||
{
|
||||
// TODO: Implement insertArrayIntoTable() method.
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user