Class JoinAFixture
Class JoinAFixture
- CakeTestFixture
-
JoinAFixture
Package: Cake\Test\Fixture
Copyright: Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
License: MIT License
Located at Test/Fixture/JoinAFixture.php
Copyright: Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
License: MIT License
Located at Test/Fixture/JoinAFixture.php
__construct(),
create(),
drop(),
init(),
insert(),
truncate()
|
public
array
|
$fields
fields property |
# array(
'id' => array('type' => 'integer', 'key' => 'primary'),
'name' => array('type' => 'string', 'default' => ''),
'body' => array('type' => 'text'),
'created' => array('type' => 'datetime', 'null' => true),
'updated' => array('type' => 'datetime', 'null' => true)
) |
public
array
|
$records
records property |
# array(
array('name' => 'Join A 1', 'body' => 'Join A 1 Body', 'created' => '2008-01-03 10:54:23', 'updated' => '2008-01-03 10:54:23'),
array('name' => 'Join A 2', 'body' => 'Join A 2 Body', 'created' => '2008-01-03 10:54:24', 'updated' => '2008-01-03 10:54:24'),
array('name' => 'Join A 3', 'body' => 'Join A 2 Body', 'created' => '2008-01-03 10:54:25', 'updated' => '2008-01-03 10:54:24')
) |
$canUseMemory,
$created,
$db,
$name,
$primaryKey,
$table,
$useDbConfig
|