Working with objects - Component overview - Query - Lazy property fetching.php 143 Bytes
Newer Older
1

hansbrix's avatar
hansbrix committed
2 3 4 5 6 7
<code type="php">

// retrieve all users with only their properties id and name loaded

$users = $conn->query("FROM User(id, name)");
</code>