[PHP] pobierz, plaintext public function getMenu(){ $sql = $this->select() ->order('nazwa'); return $this->fetchAll($sql); } [PHP] pobierz, plaintext