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

14 lines
273 B
PHP
Raw Normal View History

2014-05-12 10:11:20 +02:00
<?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',
),
);