芝麻web文件管理V1.00
编辑当前文件:/home/shaabmuni/public_html/app/WebmasterSection.php
hasMany('App\Section' , 'webmaster_id')->orderby('row_no', 'asc'); } public function topics() { return $this->hasMany('App\Topic' , 'webmaster_id')->orderby('row_no', 'desc'); } public function menus() { return $this->hasMany('App\Section' , 'cat_id')->orderby('row_no', 'asc'); } public function customFields() { return $this->hasMany('App\WebmasterSectionField' , 'webmaster_id')->where('status', '!=', 0)->orderby('row_no', 'asc'); } }