Download the PHP package hypercode/queryrunner without Composer
On this page you can find all versions of the php package hypercode/queryrunner. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hypercode/queryrunner
More information about hypercode/queryrunner
Files in hypercode/queryrunner
Download hypercode/queryrunner
More information about hypercode/queryrunner
Files in hypercode/queryrunner
Vendor hypercode
Package queryrunner
Short Description A form to create and execute querys using PHP.
License MIT
Package queryrunner
Short Description A form to create and execute querys using PHP.
License MIT
Please rate this library. Is it a good library?
Informations about the package queryrunner
QueryRunner
Using the packages Query and DatabaseConnection, use the QueryRunner. A form to create and execute querys using PHP.
First step is set a database. `` Now, you can use normally QueryRunner.
QueryRunner use the same form of [Query]() from Hyper. First, you build query
``
After that, you can use three methods to execute the query.
fetch
Execute query and return just the first result. ``
fetchAll
Execute query and return all result inside of a array. ``
execute
Execute query and return rows number affects. ``
All versions of queryrunner with dependencies
PHP Build Version
Package Version
The package hypercode/queryrunner contains the following files
Loading the files please wait ....