
Untitled
By: a guest on
Mar 23rd, 2012 | syntax:
PHP | size: 0.17 KB | hits: 16 | expires: Never
# Node.php (model)
(...)
public function find()
{
parent::find();
// `get_fields()` loads associated fields.
$this->custom_fields = $this->get_fields();
}