Example #1
0
 public function get_content()
 {
     if (!isset($this->data['file_content'])) {
         $this->data['file_content'] = file_model::get_file_content($this->get_id());
     }
     return $this->data['file_content'];
 }