Vlad Varlamov

Results 4 comments of Vlad Varlamov

@strider2038, the best way is to create your own class Collection (inherit it from Ramsey\Collection\AbstractCollection) and add the necessary methods to it.

I found a simple solution here https://github.com/bcit-ci/CodeIgniter/issues/1701 It is necessary to drown the error and everything will work. ```php @oci_fetch_assoc($id) ```

@samdark this one of the reason because i used `return call_user_func($this->callback)` in original commit in my PR https://github.com/yiisoft/yii2/pull/20137

duplicate https://github.com/Venipa/ytmdesktop2/issues/45