$sqlite->from()
Creates the from syntax
$sqlite->from(string $table): arrayParameters
| Name | Type | Default | 
|---|---|---|
| $table * | string | – | 
Return type
array
Parent class
  Kirby\Database\Sql\Sqlite    inherited from Kirby\Database\Sql  
Creates the from syntax
$sqlite->from(string $table): array| Name | Type | Default | 
|---|---|---|
| $table * | string | – | 
array
  Kirby\Database\Sql\Sqlite    inherited from Kirby\Database\Sql