1
0
mirror of synced 2025-01-18 22:41:43 +03:00
2008-02-13 10:53:07 +00:00

14 lines
242 B
PHP

<?php
$fixture = array(
'model' => 'ForumAdministrator',
'rows' => array(
array(
'id' => 1,
'foo' => 'bar'
),
array(
'id' => 2,
'foo' => 'bar2'
)
)
);