function Show_all_products(){
$this->db->select ( '*' );
$this->db->from ( 'items' );
$query = $this->db->get ();
return $query->result ();
}
දෙපාරක් return කරලා නේද මේකේ :eek: අනිත් වැරැද්ද දෙකෙන්ම වෙන්නේ එකම දේනේ :oo:
function Show_all_products()
{
return...