Ferreteria/v0.3/class/tSimpleFields: Difference between revisions
< Ferreteria | v0.3 | class
Jump to navigation
Jump to search
(Created page with "{{page/code/class|ferreteria}} <source lang=php> // CEMENTS: tQueryableSource trait tSimpleFields { // CEMENT public function FieldsString_forSelect() { return '*'; }...") |
m (3 revisions imported: moving this project here) |
| (2 intermediate revisions by one other user not shown) | |
(No difference)
| |
Latest revision as of 16:44, 22 May 2022
// CEMENTS: tQueryableSource
trait tSimpleFields {
// CEMENT
public function FieldsString_forSelect() { return '*'; }
}