String email(
String
$table, [String
$email = '']
)
|
|
Return the query specified
Parameters:
|
String |
$table: |
The table to use |
|
String |
$email: |
The where to use |
API Tags:
| Return: | The requested query |
| Static: | |
String get(
String
$table, [String
$id = ''], [String
$sid = ''], [boolean
$translate = true], [String
$orderby = ''], [String
$sort = ''], [String
$skip = ''], [String
$show = '']
)
|
|
Return the query specified
Parameters:
|
String |
$table: |
The table to use |
|
String |
$id: |
The primary key to use |
|
String |
$sid: |
The foreign key to use |
|
boolean |
$translate: |
The query is translated to language (true) |
|
String |
$orderby: |
The Order By to use |
|
String |
$sort: |
The sort order asc/desc |
|
String |
$skip: |
The skip number of lines |
|
String |
$show: |
The number to show |
API Tags:
| Return: | The requested query |
| Static: | |
Redefinition of:
- Query::get()
- Return the query specified
String getUsernamePassword(
String
$table
)
|
|
Return the query specified
Parameters:
|
String |
$table: |
The table to use |
API Tags:
| Return: | The requested query |
| Static: | |
String password(
String
$table
)
|
|
Return the query specified
Parameters:
|
String |
$table: |
The table to use |
API Tags:
| Return: | The requested query |
| Static: | |
String select(
String
$table, [boolean
$translate = true]
)
|
|
Return the SELECT part of the query
Parameters:
|
String |
$table: |
The table to use |
|
boolean |
$translate: |
The query is translated to language (true) |
API Tags:
| Return: | The requested query |
| Global: | DEFINE_SELECT_BASKET 0: The Select Table for the Basket |
| Static: | |
Redefinition of:
- Query::select()
- Return the SELECT part of the query
String validate(
String
$table, [String
$username = ''], [String
$password = ''], [String
$email = '']
)
|
|
Return the query specified
Parameters:
|
String |
$table: |
The table to use |
|
String |
$username: |
The username to use |
|
String |
$password: |
The password to use (encrypted) |
|
String |
$email: |
The email to use |
API Tags:
| Return: | The requested query |
| Static: | |