$conditions[] = $this->getConnection()
->quoteInto('cat_index.category_id IN (?)', "{$filters[category_id]},{$Catids}");
quote into encaps my values in quotes. I want to use this same method without the quoteInto method. So basically, I would like to know what method does the samething without adding quotes