Use a Zend_Db_Table for assertions with other PHPUnit Database Extension table types.

uses
category Zend
package Zend_Test
subpackage PHPUnit
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License

 Methods

Construct Dataset Table from Zend_Db_Table object

__construct(\Zend_Db_Table_Abstract $table, string|\Zend_Db_Select|null $where = null, string|null $order = null, integer $count = null, integer $offset = null

Parameters

$table

\Zend_Db_Table_Abstract

$where

string\Zend_Db_Selectnull

$order

stringnull

$count

integer

$offset

integer

Lazy load data via table fetchAll() method.

loadData() : void

 Properties

 

$_columns

$_columns : array

Default

array()
 

$_count

$_count : string

Default

null
 

$_offset

$_offset : integer

Default

null
 

$_orderBy

$_orderBy : string

Default

null
 

Zend_Db_Table object

$_table : \Zend_Db_Table_Abstract

Default

null
 

$_where

$_where : string

Default

null