PHP Class Bluz\Proxy\Db

Example of usage use Bluz\Proxy\Db; Db::fetchAll('SELECT * FROM users');
See also: Instance::handler()
See also: Instance::quote()
See also: Instance::quoteIdentifier()
See also: Instance::query()
See also: Instance::select()
See also: Instance::insert()
See also: Instance::update()
See also: Instance::delete()
See also: Instance::fetchOne()
See also: Instance::fetchRow()
See also: Instance::fetchAll()
See also: Instance::fetchColumn()
See also: Instance::fetchGroup()
See also: Instance::fetchColumnGroup()
See also: Instance::fetchPairs()
See also: Instance::fetchObject()
See also: Instance::fetchObjects()
See also: Instance::fetchRelations()
See also: Instance::transaction()
See also: Instance::disconnect()
Author: Anton Shevchuk
Inheritance: use trait ProxyTrait
Show file Open project: bluzphp/framework Class Usage Examples

Protected Methods

Method Description
initInstance ( ) : Db Init instance

Method Details

initInstance() protected static method

Init instance
protected static initInstance ( ) : Db
return Bluz\Db\Db