示例#1
0
文件: Content.php 项目: orsic/bushido
 public function getInfo()
 {
     return ContentLocale::where('locale', 'hr')->where('news_id', $this->id)->first()->title;
 }
示例#2
0
 protected function getLocale($id, $loc)
 {
     return ContentLocale::where('news_id', $id)->where('locale', $loc)->first();
 }