public function selectNoText() { $columns = array_keys(Content::getTableSchema()->columns); $key = array_search('text', $columns); if ($key !== false) { unset($columns[$key]); } $this->select($columns); return $this; }