Overview

Namespaces

  • Deimos
    • ORM
      • Queries

Classes

  • Query
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Class Query

Deimos\Database\Queries\Query
Extended by Deimos\ORM\Queries\Query
Namespace: Deimos\ORM\Queries
Located at ORM/Queries/Query.php
Methods summary
public
# __construct( Deimos\Database\Database $database, string $class, string $table )

Instruction constructor.

Instruction constructor.

Parameters

$database
$class
$table
public integer
# count( )

Returns

integer
public array
# find( boolean $asObject = true )

Parameters

$asObject

Returns

array
public mixed
# findOne( boolean $asObject = true )

Parameters

$asObject

Returns

mixed
Properties summary
protected string $class

$class

$class

#
protected string $table

$table

$table

#
API documentation generated by ApiGen