1.5.2: html functions, DB Row Iterator, and more
This commit is contained in:
@@ -109,6 +109,9 @@ class Select extends Query {
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
public function execute() {
|
||||
return $this->sql->executeQuery($this, $this->fetchType);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user