Exemplo n.º 1
0
 function __construct()
 {
     parent::__construct();
     $this->_CI_load('library', 'search/Search_order_collection', 'search_order_collection');
     $this->order_coll = new Search_order_collection();
     $this->is_loaded = FALSE;
     return $this;
 }