class Controller_RoomsRest extends Controller_Rest
{
public function post_filter_list()
{
$this->format = 'html';
$this->response(View::forge('rooms/list_iterator', $data));
}
}
It looks like you're new here. If you want to get involved, click one of these buttons!