Код: Выделить всё
$sql = "SELECT `id` FROM `loc8_groups`";
$query = $this->db->query($sql);
print_r($query>result());
Код: Выделить всё
Array
(
[0] => stdClass Object
(
[id] => 1
)
[1] => stdClass Object
(
[id] => 2
)
[2] => stdClass Object
(
[id] => 3
)
)
Подробнее здесь: https://stackoverflow.com/questions/387 ... n-as-array
Мобильная версия