Welcome Guest, Not a member yet? Register   Sign In
clear select
#4

(01-28-2023, 06:05 AM)futurewebs Wrote: would this not clear the whole query though rather than just the select element ?

PHP Code:
<?php
// Not tested but i would go for something like this
$select = ( null !== $rs_type && 'small_select' == $rs_type ) ? 'user.user_id' 'user.*';
$query  $this->db->select($select)->get('users');

$result $query->result(); 
Reply


Messages In This Thread
clear select - by futurewebs - 01-28-2023, 04:53 AM
RE: clear select - by InsiteFX - 01-28-2023, 05:58 AM
RE: clear select - by futurewebs - 01-28-2023, 06:05 AM
RE: clear select - by superior - 01-28-2023, 08:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB