
Untitled
By: a guest on
Mar 24th, 2012 | syntax:
PHP | size: 0.22 KB | hits: 43 | expires: Never
# Node.php (model)
(...)
public function find()
{
parent::find();
if ($this->loaded())
{
// `get_fields()` loads associated fields.
$this->custom_fields = $this->get_fields();
}
return $this;
}