Bayram Ali
Bayram Ali
I needed more than one condition in `getAllBy` method and I made changes like this: ``` php public function getAllBy(array $conditions = array(), array $with = array('translations'), $all = false)...
There are many reasons to make translations table for tags with separated slugs especially for multilingual oriented CMS like Typi. Also now tags don't have backend functionality for creating and...
I think there is nothing that prevents hardcoding known commands and use autocompletion by TAB key. What do you think?