PagesLoader::loader method
Get value of of a native column in pages table for given page ID
Available since version 3.0.156.
Usage
$int = $pages->loader->getNativeColumnValue($id, string $column);Arguments
| Name | Type(s) | Description |
|---|---|---|
$id | int Page | Page ID |
$column | string |
Return value
int string boolReturns int/string value on success or boolean false if no matching row
Exceptions
Method can throw exceptions on error:
\PDOExceptionorWireException
$pages->loader methods and properties
API reference based on ProcessWire core version 3.0.252