File path: dist/twist/Core/Helpers/Database.helper.php
Namespace: Twist\Core\Helpers
Extends: Base
records
— Get, Create, Copy and Manipulate database records/rows as objects. Find an array of database records/rows, count and delete others with a single function call.
Name | Description |
---|---|
$strTable | n/a |
[$strDatabase = null] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strTable = 'foo';
$strDatabase = null;
//Call the function records with the example vars
Twist::Database() -> records($strTable, $strDatabase);