Andreas Kollaros

Results 5 comments of Andreas Kollaros

+1 for the namespace, although i dont know if this has any conflict with routes.

There is an issue in the current implementation of modules. Controllers in a module can have the same name with controllers in another module. So Yaf loader can not load...

Yes this is how i solve it too. But i think the right way is to be fixed by Yaf loader. Also add this after `parent::init()` so controllers that extend...

Maybe we should reset `$this->options` here https://github.com/akDeveloper/Aktive-Merchant/blob/master/lib/AktiveMerchant/Http/Adapter/cUrl.php#L95, after a request is completed. ex. `$this->options = array()`. Then, the `getOptions()` method should always return an empty array after a request is...

CenPos integration was in my plans but i could not find a working registration in their site. After a success registration and login, the basic api page is blank. Do...