tbl_post.php 273 Bytes
Newer Older
JULIO JARAMILLO's avatar
JULIO JARAMILLO committed
1 2 3 4 5 6 7 8 9 10 11 12 13
<?php

return array(
	'sample1'=>array(
		'title'=>'test post 1',
		'content'=>"This blog is powered by [Yii framework](http://www.yiiframework.com).",
		'status'=>2,
		'create_time'=>1230952187,
		'update_time'=>1230952187,
		'author_id'=>1,
		'tags'=>'yii, blog',
	),
);