Ferreteria/v0.3/class/tDataDesign singleKey
< Ferreteria | v0.3 | class
Jump to navigation
Jump to search
Revision as of 15:28, 3 February 2020 by Woozle (talk | contribs) (Woozle moved page Ferreteria/v3/class/tDataDesign singleKey to Ferreteria/v0.3/class/tDataDesign singleKey: version renumbering)
trait tDataDesign_singleKey {
abstract public function GetKeyName();
// ++ UTILITY ++ //
// 2017-03-18 created for EventPlex
public function GetRows_forKeyList($sqlIDs) {
$sqlWhere = $this->GetKeyName().' IN ('.$sqlIDs.')';
return $this->SelectRows($sqlWhere);
}
// -- UTILITY -- //
}
- file:
data/basic/design.php
- uses: tDataDesign
- see also: tMonokeyQueryableSource