Để chạy một sql thô trên bộ điều khiển:
$this->db->query("SELECT * FROM robots WHERE id > 0");
Để chạy một sql thô trên một mô hình:
$this->getDi()->getShared('db')->query("SELECT * FROM robots WHERE id > 0");
Để chạy một sql thô trên bộ điều khiển:
$this->db->query("SELECT * FROM robots WHERE id > 0");
Để chạy một sql thô trên một mô hình:
$this->getDi()->getShared('db')->query("SELECT * FROM robots WHERE id > 0");