So führen Sie eine unformatierte SQL auf einem Controller aus:
$this->db->query("SELECT * FROM robots WHERE id > 0");
So führen Sie eine unformatierte SQL auf einem Modell aus:
$this->getDi()->getShared('db')->query("SELECT * FROM robots WHERE id > 0");