Skip to content

Instantly share code, notes, and snippets.

@AndriyShepitsen
Last active December 17, 2015 05:29
Show Gist options
  • Save AndriyShepitsen/5558652 to your computer and use it in GitHub Desktop.
Save AndriyShepitsen/5558652 to your computer and use it in GitHub Desktop.
function_getAllNews_models
public function getAllNews()
{
$query = $this->db->get('news');
return $query->result();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment