PHPonTraxTest
[
class tree: PHPonTraxTest
] [
index: PHPonTraxTest
] [
all elements
]
Todo List
Packages:
PHPonTrax
PHPonTraxTest
Tutorials/Manuals:
Package-level:
PHP On Trax Test
Files:
ActionControllerErrorTest.php
ActionControllerTest.php
ActionMailerTest.php
action_controller.php
ActiveRecordErrorTest.php
ActiveRecordHelperTest.php
ActiveRecordTest.php
active_record.php
application.php
ApplicationControllerTest.php
ApplicationMailerTest.php
AssetTagHelperTest.php
catalog_controller.php
DateHelperTest.php
DB.php
DispatcherTest.php
FormHelperTest.php
FormOptionsHelperTest.php
FormTagHelperTest.php
HelpersTest.php
InflectorTest.php
InputFilterTest.php
JavaScriptHelperTest.php
noclass_controller.php
RouterTest.php
routes.php
runtests.php
ScaffoldControllerTest.php
SessionTest.php
testenv.php
TraxErrorTest.php
TraxGeneratorTest.php
UrlHelperTest.php
Classes:
ActionController
ActionControllerErrorTest
ActionControllerTest
ActionMailerTest
ActiveRecord
ActiveRecordErrorTest
ActiveRecordHelperTest
ActiveRecordTest
ApplicationControllerTest
ApplicationMailerTest
AssetTagHelperTest
CatalogController
DataType
DateHelperTest
DB
DB_common
DB_Error
DB_find_all_result
DB_mysql
DB_result
DB_row
DispatcherTest
DummyController
ExDateHelper
ExtHelpers
FormHelperTest
FormOptionsHelperTest
FormTagHelperTest
HelpersTest
InflectorTest
InputFilterTest
JavaScriptHelperTest
PersonName
RouterTest
ScaffoldControllerTest
SessionTest
TraxErrorTest
TraxGeneratorTest
UrlHelperTest
Class: DB_find_all_result
Source Location: /test/ActiveRecordTest.php
Class Overview
DB_result
| --DB_find_all_result
Mock DB_result
Variables
$data
$row_num
Methods
fetchRow
Inherited Methods
Class:
DB_result
DB_result::DB_result()
This constructor sets the object's properties
DB_result::fetchInto()
Fetch a row of data into an array which is passed by reference
DB_result::fetchRow()
Fetch a row of data and return it by reference into an array
DB_result::free()
Frees the resources allocated for this result set
DB_result::getQuery()
Determine the query string that created this result
DB_result::getRowCounter()
Tells which row number is currently being processed
DB_result::nextResult()
Get the next result if a batch of queries was executed
DB_result::numCols()
Get the the number of columns in a result set
DB_result::numRows()
Get the number of rows in a result set
DB_result::setOption()
Set options for the DB_result object
Class Details
[line
65
]
Mock DB_result
[
Top
]
Class Variables
$data =
array(array('id' => '17',
'prefix' => '',
'first_name' => 'Ben',
'mi' => '',
'last_name' => 'Dover',
'suffix' => ''),array('id'=>'23','prefix'=>'','first_name'=>'Eileen','mi'=>'','last_name'=>'Dover','suffix'=>''))
[line
67
]
Tags:
access:
private
Type:
mixed
[
Top
]
$row_num =
0
[line
81
]
Tags:
access:
private
Type:
mixed
[
Top
]
Class Methods
method fetchRow
[line
83
]
void fetchRow( )
Overrides
DB_result::fetchRow()
(Fetch a row of data and return it by reference into an array)
[
Top
]
Documentation generated on Thu, 04 May 2006 19:47:07 -0600 by
phpDocumentor 1.3.0RC4