Esempio n. 1
0
 /**
  * @desc Renders and executes the query and returns the result object 
  * @return sql_result|bool
  */
 public function execute()
 {
     $sql = $this->render();
     return $this->xlink->query($sql);
 }