Legion

Results 2 issues of Legion

Hello, seems there is a bug with codeigniter "dbprefix" while using findOne and other WHERE methods. for example: `$this->Products_model->findOne($id)` cause the following error: Unknown column 'pl_`products.id' in 'where clause' SELECT...

Hello, I am creating a WebSocket proxy. And I need to know which client is receiving the package. Basically I should store data from incoming traffic to use them in...