コード例 #1
0
 public function getAll($start = null, $count = null, $cached = true)
 {
     $this->db->join('block', 'block.block_id = class.block_id');
     $this->db->select('block.title');
     return parent::getAll($start, $count, $cached);
 }