Example #1
0
 /**
  * Binds all params
  */
 private function _bindParams()
 {
     //echo $this->_query_string;
     if (count($this->_bind_params) > 1) {
         call_user_func_array(array($this->_query, 'bind_param'), \Nightshade\Core::libHelper('Database')->refValues($this->_bind_params));
     }
 }
Example #2
0
 /**
  * @return mixed
  *
  * Get the libs own helper
  */
 public function getHelper()
 {
     return \Nightshade\Core::libHelper($this->_lib_name);
 }