Skip to content

Instantly share code, notes, and snippets.

Created December 15, 2010 20:45
Show Gist options
  • Save anonymous/742580 to your computer and use it in GitHub Desktop.
Save anonymous/742580 to your computer and use it in GitHub Desktop.
<?php
function wutangclan() {
$this->load->model('odb');
$data['killerbees'] = $this->odb->getThatPaper();
$this->load->view('header');
$this->load->view('content', $data);
$this->load->view('footer');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment