25 lines
336 B
PHP
25 lines
336 B
PHP
<?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' => '',
|
|
),
|
|
*/
|
|
);
|