<?php class Book extends Eloquent { public function author() { return $this->belongsTo('Author'); } }. 請思考以下程式碼:.
確定! 回上一頁