Class Zend_Test_PHPUnit_Db_DataSet_DbTable

Description

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

  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License
  • uses: PHPUnit_Extensions_Database_DataSet_QueryTable

Located in /Test/PHPUnit/Db/DataSet/DbTable.php (line 43)

PHPUnit_Extensions_Database_DataSet_QueryTable
   |
   --Zend_Test_PHPUnit_Db_DataSet_DbTable
Variable Summary
Method Summary
 Zend_Test_PHPUnit_Db_DataSet_DbTable __construct ( $table, [string|Zend_Db_Select|null $where = null], [string|null $order = null], [int $count = null], [int $offset = null])
 void loadData ()
Variables
array $_columns = array() (line 55)
  • access: protected
string $_count = null (line 70)
  • access: protected
int $_offset = null (line 75)
  • access: protected
string $_orderBy = null (line 65)
  • access: protected
Zend_Db_Table_Abstract $_table = null (line 50)

Zend_Db_Table object

  • access: protected
string $_where = null (line 60)
  • access: protected
Methods
Constructor __construct (line 86)

Construct Dataset Table from Zend_Db_Table object

  • access: public
Zend_Test_PHPUnit_Db_DataSet_DbTable __construct ( $table, [string|Zend_Db_Select|null $where = null], [string|null $order = null], [int $count = null], [int $offset = null])
createTableMetaData (line 118)

Create Table Metadata object

  • access: protected
void createTableMetaData ()
loadData (line 103)

Lazy load data via table fetchAll() method.

  • access: protected
void loadData ()

Documentation generated on Mon, 21 Jun 2010 15:16:19 -0400 by phpDocumentor 1.4.3