db->table('cubic_capacity') ->select('cubic_capacity.*') ->where('cubic_capacity.isactive', 1) ->get() ->getResultArray(); } }