Example #1
0
 public function get_collection()
 {
     if (!isset($this->collection)) {
         require_once get_config('libroot') . 'collection.php';
         $this->collection = Collection::search_by_view_id($this->id);
     }
     return $this->collection;
 }