Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: find() and findAll() issues
Post: RE: find() and findAll() issues

Thank you all! Really, both ID and LANG in the real code are variables. Someone has made a modification to the source code and hasn't documented it properly. The DB return was dependent on info from...
2,317 Views
3 Replies
12-25-2021, 03:18 AM
Kolinski
  Question Thread: find() and findAll() issues
Post: find() and findAll() issues

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($c...
2,317 Views
3 Replies
12-24-2021, 03:15 AM
Kolinski
    Thread: How to get enum field type value in MySql
Post: RE: How to get enum field type value in MySql

Sorry, but it is not a question of selecting a record that has the active or inactive value, as per your example. But return all possible enum values for the column. In your example, active and inacti...
3,128 Views
3 Replies
12-01-2021, 04:48 AM
Kolinski
    Thread: How to get enum field type value in MySql
Post: How to get enum field type value in MySql

How to get enum field possible values from CodeIgniter 4. Any valid SQL instruction passed from $db->query  return empty result. Such instructions working perfectly via MySQL admin area or via MySql a...
3,128 Views
3 Replies
11-29-2021, 08:55 AM
Kolinski

Theme © iAndrew 2016 - Forum software by © MyBB