JTable::appendPrimaryKeys
Method to append the primary keys for this table to a query.
Signature
public function appendPrimaryKeys(JDatabaseQuery
$query,
[mixed
$pk = null] )
Parameters
-
$query
- A query object to append.
-
$pk
- Optional primary key parameter.
Returns
- void