1
0
www.mikescher.com/demos/blog/protected/tests/fixtures/tbl_comment.php

25 lines
336 B
PHP
Raw Normal View History

2014-05-12 10:11:20 +02:00
<?php
return array(
/*
'sample1'=>array(
'content' => '',
'status' => '',
'create_time' => '',
'author' => '',
'email' => '',
'url' => '',
'post_id' => '',
),
'sample2'=>array(
'content' => '',
'status' => '',
'create_time' => '',
'author' => '',
'email' => '',
'url' => '',
'post_id' => '',
),
*/
);