REFACTORING: new autoloading functionallity, the modules are now structured for a better overview and module and visibility. Now the modules can also be used for bigger systems, but still are light weight.
This commit is contained in:
@@ -20,6 +20,7 @@ interface IDb
|
||||
* @desc inserts a rowset into the table, by the given nextInsertIndex return
|
||||
* value for the table
|
||||
* @param bool $id
|
||||
* @param array $rowset
|
||||
* @return mixed
|
||||
*/
|
||||
public function insertRowsetById( $rowset = array(), $id = false );
|
||||
|
||||
Reference in New Issue
Block a user