Todo List
boolean doCheckIsInTable( DTableShell &$shell, [string $key = ""], [string $value = ""], [string $extraWhereClause = ""], DTableShell $shell)
array doCheckUniques( DTableShell &$shell, string $editIdentifier, $fieldTypes, $fields, DTableShell $shell)
int doCount( DTableShell &$shell, [string $condition = ""], [ $params = null], DTableShell $shell)
void doDelete( DTableShell &$shell, string $condition, [ $params = null], DTableShell $shell)
void doInsert( DTableShell &$shell, $arrayData, $fieldNames, string $oneKey, int $i, DTableShell $shell, array $fieldNamed)
array doSearch( DTableShell &$shell, [string $searchValue = null], [int $itemsPerPage = PHP_DDATABASE_DEFAULT_ITEMS_PER_PAGE], [int $currentPage = DTableShell::NO_PAGING], [mixed $orderBy = ""], [mixed $excludeFields = null], [pointer $where = ""], [ &$resultCount = 0], DTableShell $shell)
array doSelect( DTableShell &$shell, [string $conditions = null], [ $params = null], [int $page = DTableShell::NO_PAGING], [int $itemsPerPage = PHP_DDATABASE_DEFAULT_ITEMS_PER_PAGE], DTableShell $shell)
void doUpdate( DTableShell &$shell, $arrayData, $fieldNames, string $oneKey, int $i, [string $extraWhereClause = ""], DTableShell $shell)