tbl_comment.php 336 Bytes
Newer Older
JULIO JARAMILLO's avatar
JULIO JARAMILLO committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
<?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' => '',
	),
	*/
);