示例#1
0
<?php

$_user = get_fixtures('user');
$_fixtures = array(array('comment' => 'this is comment 1', 'slug' => 'comment1', 'user_id' => get_fixture_id('user1', $_user)), array('comment' => 'this is comment 1', 'slug' => 'comment2', 'user_id' => get_fixture_id('user2', $_user)), array('comment' => 'this is comment 3', 'slug' => 'comment3', 'user_id' => get_fixture_id('user1', $_user)));
示例#2
0
<?php

$_clan = get_fixtures('clan');
$_fixtures = array(array('name' => 'user1', 'slug' => 'user1', 'location' => 'nashville', 'clan_id' => get_fixture_id('clan1', $_clan)), array('name' => 'user2', 'slug' => 'user2', 'location' => 'cleveland', 'clan_id' => get_fixture_id('clan2', $_clan)));