You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
459 B
18 lines
459 B
<?php
|
|
|
|
return [
|
|
'Id' => 'ID',
|
|
'Author' => 'Author',
|
|
'Topic_ids' => 'Topic',
|
|
'Cover_image' => 'Cover',
|
|
'Title' => 'Title',
|
|
'Description' => 'Description',
|
|
'Content' => 'Content',
|
|
'Views' => 'Views',
|
|
'Status' => 'Status',
|
|
'Createtime' => 'Createtime',
|
|
'Updatetime' => 'Updatetime',
|
|
'Publishedtime' => 'Publishedtime',
|
|
'Topic.title' => 'title'
|
|
];
|