Welcome Guest, Not a member yet? Register   Sign In
find() and findAll() issues
#1
Question 
(This post was last modified: 12-24-2021, 03:21 AM by Kolinski.)

Given the following code:
Code:
   $cond = array('id'=>'id', 'lang'=>'lang');
   $ret = $this->model->where($cond)->findAll();
or
   $cond = array('lang'=>'lang');
   $ret = $this->model->where($cond)->find('id');
Both code above working very well when using Google Chrome browser, however return anything (crashes) in all other browsers (IExplorer, Firefox, Edges).

Also, without 'where' clause the code working in all browsers.

Any idea about the issue?

infos: windows 10-64, MariaDB 10.3.15, PHP 7.3.6, CI 4.1.5.

Thanks.
Reply


Messages In This Thread
find() and findAll() issues - by Kolinski - 12-24-2021, 03:15 AM
RE: find() and findAll() issues - by Kabouter - 12-24-2021, 07:21 AM
RE: find() and findAll() issues - by InsiteFX - 12-25-2021, 02:05 AM
RE: find() and findAll() issues - by Kolinski - 12-25-2021, 03:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB