Public landing page done
This commit is contained in:
@@ -79,7 +79,7 @@ class UmkmModel extends CI_Model
|
||||
|
||||
public function getThree(){
|
||||
$this->db->order_by('id_umkm', 'DESC');
|
||||
$this->db->limit('3');
|
||||
$this->db->limit('4');
|
||||
return $umkm = $this->db->get($this->_table)->result();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user