芝麻web文件管理V1.00
编辑当前文件:/var/www/italafricacentrale.com/wp-content/plugins/mapsvg/php/Database/Query.php
withSchema = filter_var($params['withSchema'], FILTER_VALIDATE_BOOLEAN); } if(isset($params['filters'])){ $this->filters = (array)$params['filters']; } if(isset($params['filterout'])){ $this->filterout = (array)$params['filterout']; } if(isset($params['page'])){ $this->page = (int)$params['page']; } if(isset($params['perpage'])){ $this->perpage = (int)$params['perpage']; } if(isset($params['sort'])){ $this->sort = $params['sort']; } if(isset($params['search'])){ $this->search = $params['search']; } if(isset($params['searchFallback'])){ $this->searchFallback = filter_var($params['searchFallback'], FILTER_VALIDATE_BOOLEAN); } } public function __get($name) { if (isset($this->{$name})){ return $this->{$name}; } else { return null; } } }