dao = $dao; } public function getChildren($pid) { return $this->search(['pid' => $pid])->select(); } }