orderBy("order_group")->orderBy("name")->get(); $aServerLiveIds = Node::where("type", 2)->where("online", 1)->pluck("id")->toArray(); return $response->write( $this->view() ->assign('oNodeList', $oNodeList) ->assign('aServerLiveIds', $aServerLiveIds) ->fetch('user/node.tpl') ); } }