clear() публичный Метод

Clears the table arrays. Useful if multiple tables are being generated
public clear ( ) : CI_Table
Результат CI_Table
Пример #1
0
 function clear()
 {
     parent::clear();
     $this->row_ids = array();
 }
Пример #2
0
 function clear()
 {
     parent::clear();
     $this->__construct();
 }
Пример #3
0
 /**
  * Setup async table refreshing
  *
  * @access	public
  * @param	string	data callback function
  */
 public function clear()
 {
     $this->uniqid = '';
     $this->base_url = '';
     $this->no_result = '';
     $this->pagination_tmpl = '';
     $this->sort = array();
     $this->column_config = array();
     $this->jq_template = FALSE;
     parent::clear();
 }
 function clear()
 {
     $this->row_class = array();
     parent::clear();
 }