Skip to content

Instantly share code, notes, and snippets.

@yuya-matsushima
Created May 26, 2011 09:13
Show Gist options
  • Save yuya-matsushima/992823 to your computer and use it in GitHub Desktop.
Save yuya-matsushima/992823 to your computer and use it in GitHub Desktop.
<?php
// controller記述省略
public function torch(){
$this->load->spark( 'table_torch/1.0.9');
$this->table_torch->route();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment